Searched refs:ble_l2cap_sig_cmd_get (Results 1 – 5 of 5) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_l2cap_sig_cmd.c | 59 cmd = ble_l2cap_sig_cmd_get(BLE_L2CAP_SIG_OP_REJECT, id, in ble_l2cap_sig_reject_tx() 90 ble_l2cap_sig_cmd_get(uint8_t opcode, uint8_t id, uint16_t len, in ble_l2cap_sig_cmd_get() function
|
H A D | ble_l2cap_sig.c | 395 rsp = ble_l2cap_sig_cmd_get(BLE_L2CAP_SIG_OP_UPDATE_RSP, hdr->identifier, in ble_l2cap_sig_update_req_rx() 502 req = ble_l2cap_sig_cmd_get(BLE_L2CAP_SIG_OP_UPDATE_REQ, proc->id, in ble_l2cap_sig_update() 649 rsp = ble_l2cap_sig_cmd_get(BLE_L2CAP_SIG_OP_CREDIT_CONNECT_RSP, in ble_l2cap_sig_coc_req_rx() 835 req = ble_l2cap_sig_cmd_get(BLE_L2CAP_SIG_OP_CREDIT_CONNECT_REQ, proc->id, in ble_l2cap_sig_coc_connect() 881 rsp = ble_l2cap_sig_cmd_get(BLE_L2CAP_SIG_OP_DISCONN_RSP, hdr->identifier, in ble_l2cap_sig_disc_req_rx() 1009 req = ble_l2cap_sig_cmd_get(BLE_L2CAP_SIG_OP_DISCONN_REQ, proc->id, in ble_l2cap_sig_disconnect() 1058 cmd = ble_l2cap_sig_cmd_get(BLE_L2CAP_SIG_OP_FLOW_CTRL_CREDIT, in ble_l2cap_sig_le_credits()
|
H A D | ble_l2cap_sig_priv.h | 100 void *ble_l2cap_sig_cmd_get(uint8_t opcode, uint8_t id, uint16_t len,
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_hs_test_util.c | 1431 r = ble_l2cap_sig_cmd_get(opcode, id, cmd_size, &om); in ble_hs_test_util_inject_rx_l2cap_sig() 1555 rsp = ble_l2cap_sig_cmd_get(BLE_L2CAP_SIG_OP_UPDATE_RSP, id, in ble_hs_test_util_rx_l2cap_update_rsp()
|
H A D | ble_l2cap_test.c | 87 req = ble_l2cap_sig_cmd_get(BLE_L2CAP_SIG_OP_UPDATE_REQ, id, in ble_l2cap_test_util_rx_update_req()
|