Home
last modified time | relevance | path

Searched full:coc (Results 1 – 7 of 7) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/
H A Dbtshell.c1874 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 Dcmd_l2cap.c243 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 Dcmd.c3482 .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 Dsyscfg.yml111 When set to (0), LE COC is not compiled in.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_l2cap_coc.c438 BLE_HS_LOG(INFO, "LE CoC credits overflow...disconnecting\n"); in ble_l2cap_coc_le_credits_update()
H A Dble_l2cap_sig.c745 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 Dbtshell_GAP.rst602 | **l2cap-show-coc** | | | Show connected L2CAP c…