Home
last modified time | relevance | path

Searched refs:ble_l2cap_coc_srv (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_l2cap_coc.c32 STAILQ_HEAD(ble_l2cap_coc_srv_list, ble_l2cap_coc_srv);
38 sizeof (struct ble_l2cap_coc_srv))
44 ble_l2cap_coc_dbg_assert_srv_not_inserted(struct ble_l2cap_coc_srv *srv) in ble_l2cap_coc_dbg_assert_srv_not_inserted()
47 struct ble_l2cap_coc_srv *cur; in ble_l2cap_coc_dbg_assert_srv_not_inserted()
55 static struct ble_l2cap_coc_srv *
58 struct ble_l2cap_coc_srv *srv; in ble_l2cap_coc_srv_alloc()
72 struct ble_l2cap_coc_srv * srv; in ble_l2cap_coc_create_server()
104 static struct ble_l2cap_coc_srv *
107 struct ble_l2cap_coc_srv *cur, *srv; in ble_l2cap_coc_srv_find()
268 struct ble_l2cap_coc_srv *srv; in ble_l2cap_coc_create_srv_chan()
[all …]
H A Dble_l2cap_coc_priv.h46 struct ble_l2cap_coc_srv { struct
47 STAILQ_ENTRY(ble_l2cap_coc_srv) next;