Searched defs:psm (Results 1 – 9 of 9) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_l2cap_coc.c | 69 ble_l2cap_coc_create_server(uint16_t psm, uint16_t mtu, in ble_l2cap_coc_create_server() 105 ble_l2cap_coc_srv_find(uint16_t psm) in ble_l2cap_coc_srv_find() 235 ble_l2cap_coc_chan_alloc(uint16_t conn_handle, uint16_t psm, uint16_t mtu, in ble_l2cap_coc_chan_alloc() 265 ble_l2cap_coc_create_srv_chan(uint16_t conn_handle, uint16_t psm, in ble_l2cap_coc_create_srv_chan()
|
H A D | ble_l2cap_coc_priv.h | 48 uint16_t psm; member 73 #define ble_l2cap_coc_create_server(psm, mtu, cb, cb_arg) BLE_HS_ENOTSUP argument
|
H A D | ble_l2cap.c | 145 ble_l2cap_create_server(uint16_t psm, uint16_t mtu, in ble_l2cap_create_server() 152 ble_l2cap_connect(uint16_t conn_handle, uint16_t psm, uint16_t mtu, in ble_l2cap_connect()
|
H A D | ble_l2cap_sig_priv.h | 62 uint16_t psm; member 110 #define ble_l2cap_sig_coc_connect(conn_handle, psm, mtu, sdu_rx, cb, cb_arg) \ argument
|
H A D | ble_l2cap_priv.h | 78 uint16_t psm; member
|
H A D | ble_l2cap_sig.c | 794 ble_l2cap_sig_coc_connect(uint16_t conn_handle, uint16_t psm, uint16_t mtu, in ble_l2cap_sig_coc_connect()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/src/ |
H A D | cmd_l2cap.c | 97 uint16_t psm = 0; in cmd_l2cap_create_server() local 147 uint16_t psm = 0; in cmd_l2cap_connect() local
|
H A D | btshell.c | 2011 btshell_l2cap_create_srv(uint16_t psm, int accept_response) in btshell_l2cap_create_srv() 2025 btshell_l2cap_connect(uint16_t conn_handle, uint16_t psm) in btshell_l2cap_connect()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_l2cap_test.c | 680 uint16_t psm; member 982 ble_l2cap_test_set_chan_test_conf(uint16_t psm, uint16_t mtu, in ble_l2cap_test_set_chan_test_conf()
|