Searched full:coc (Results 1 – 7 of 7) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/ |
H A D | btshell.c | 1874 struct btshell_l2cap_coc *coc; in btshell_l2cap_coc_add() local 1880 coc = os_memblock_get(&btshell_coc_conn_pool); in btshell_l2cap_coc_add() 1881 if (!coc) { in btshell_l2cap_coc_add() 1885 coc->chan = chan; in btshell_l2cap_coc_add() 1893 SLIST_INSERT_HEAD(&conn->coc_list, coc, next); in btshell_l2cap_coc_add() 1895 SLIST_INSERT_AFTER(prev, coc, next); in btshell_l2cap_coc_add() 1905 struct btshell_l2cap_coc *coc; in btshell_l2cap_coc_remove() local 1911 coc = NULL; in btshell_l2cap_coc_remove() 1914 coc = cur; in btshell_l2cap_coc_remove() 1919 if (!coc) { in btshell_l2cap_coc_remove() [all …]
|
H A D | cmd_l2cap.c | 243 struct btshell_l2cap_coc *coc; in cmd_l2cap_show_coc() local 255 SLIST_FOREACH(coc, &conn->coc_list, next) { in cmd_l2cap_show_coc() 256 console_printf(" idx: %i, chan pointer = %p\n", j++, coc->chan); in cmd_l2cap_show_coc()
|
H A D | cmd.c | 3482 .usage = "use gatt-show-coc to get the parameters", 3499 .usage = "use l2cap-show-coc to get the parameters", 3504 * $l2cap-show-coc * 3512 .summary = "show coc information", 3808 .sc_cmd = "l2cap-show-coc",
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 111 When set to (0), LE COC is not compiled in.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_l2cap_coc.c | 438 BLE_HS_LOG(INFO, "LE CoC credits overflow...disconnecting\n"); in ble_l2cap_coc_le_credits_update()
|
H A D | ble_l2cap_sig.c | 745 BLE_HS_LOG(DEBUG, "L2CAP LE COC connection response received\n"); in ble_l2cap_sig_coc_rsp_rx()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/ |
H A D | btshell_GAP.rst | 602 | **l2cap-show-coc** | | | Show connected L2CAP c…
|