Home
last modified time | relevance | path

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 Dble_l2cap.h182 int ble_l2cap_create_server(uint16_t psm, uint16_t mtu,
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_l2cap.c145 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 Dble_l2cap_test.c1122 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 Dbtshell.c2019 return ble_l2cap_create_server(psm, BTSHELL_COC_MTU, btshell_l2cap_event, in btshell_l2cap_create_srv()