Searched refs:rem_id (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_int.h | 729 void l2cu_send_peer_cmd_reject(tL2C_LCB* p_lcb, uint16_t reason, uint8_t rem_id, 745 uint8_t rem_id, uint16_t result); 757 uint8_t rem_id); 758 void l2cu_reject_ble_connection(tL2C_CCB* p_ccb, uint8_t rem_id, 760 void l2cu_reject_credit_based_conn_req(tL2C_LCB* p_lcb, uint8_t rem_id, 763 void l2cu_reject_ble_coc_connection(tL2C_LCB* p_lcb, uint8_t rem_id, 773 void l2cu_send_ble_reconfig_rsp(tL2C_LCB* p_lcb, uint8_t rem_id,
|
D | l2c_utils.cc | 358 void l2cu_send_peer_cmd_reject(tL2C_LCB* p_lcb, uint16_t reason, uint8_t rem_id, in l2cu_send_peer_cmd_reject() argument 373 L2CAP_CMD_REJECT, rem_id); in l2cu_send_peer_cmd_reject() 479 uint8_t rem_id, uint16_t result) { in l2cu_reject_connection() argument 484 l2cu_build_header(p_lcb, L2CAP_CONN_RSP_LEN, L2CAP_CMD_CONN_RSP, rem_id); in l2cu_reject_connection() 2927 uint8_t rem_id) { in l2cu_send_peer_ble_par_rsp() argument 2932 L2CAP_CMD_BLE_UPDATE_RSP, rem_id); in l2cu_send_peer_ble_par_rsp() 3075 void l2cu_reject_ble_coc_connection(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_reject_ble_coc_connection() argument 3081 L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES, rem_id); in l2cu_reject_ble_coc_connection() 3109 void l2cu_reject_credit_based_conn_req(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_reject_credit_based_conn_req() argument 3118 rem_id); in l2cu_reject_credit_based_conn_req() [all …]
|