Searched refs:ble_l2cap_create_server (Results 1 – 4 of 4) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_l2cap.h | 182 int ble_l2cap_create_server(uint16_t psm, uint16_t mtu,
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_l2cap.c | 145 ble_l2cap_create_server(uint16_t psm, uint16_t mtu, in ble_l2cap_create_server() function
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_l2cap_test.c | 1122 rc = ble_l2cap_create_server(t.psm, BLE_L2CAP_TEST_COC_MTU, in TEST_CASE() 1151 rc = ble_l2cap_create_server(t.psm, BLE_L2CAP_TEST_COC_MTU, in TEST_CASE()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/ |
H A D | btshell.c | 2019 return ble_l2cap_create_server(psm, BTSHELL_COC_MTU, btshell_l2cap_event, in btshell_l2cap_create_srv()
|