Searched refs:rem_id (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_utils.cc | 168 void l2cu_reject_ble_coc_connection(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_reject_ble_coc_connection() argument 172 void l2cu_reject_ble_connection(tL2C_CCB* p_ccb, uint8_t rem_id, in l2cu_reject_ble_connection() argument 177 uint8_t rem_id, uint16_t result) { in l2cu_reject_connection() argument 180 void l2cu_reject_credit_based_conn_req(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_reject_credit_based_conn_req() argument 194 void l2cu_send_ble_reconfig_rsp(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_send_ble_reconfig_rsp() argument 222 uint8_t rem_id) { in l2cu_send_peer_ble_par_rsp() argument 225 void l2cu_send_peer_cmd_reject(tL2C_LCB* p_lcb, uint16_t reason, uint8_t rem_id, in l2cu_send_peer_cmd_reject() argument
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_int.h | 695 uint8_t rem_id, uint16_t p1, uint16_t p2); 711 uint8_t rem_id, uint16_t result); 721 uint8_t rem_id); 722 extern void l2cu_reject_ble_connection(tL2C_CCB* p_ccb, uint8_t rem_id, 724 extern void l2cu_reject_credit_based_conn_req(tL2C_LCB* p_lcb, uint8_t rem_id, 727 extern void l2cu_reject_ble_coc_connection(tL2C_LCB* p_lcb, uint8_t rem_id, 737 extern void l2cu_send_ble_reconfig_rsp(tL2C_LCB* p_lcb, uint8_t rem_id,
|
H A D | l2c_utils.cc | 372 L2CAP_CMD_REJECT, rem_id); in l2cu_send_peer_cmd_reject() 478 uint8_t rem_id, uint16_t result) { in l2cu_reject_connection() argument 2651 uint8_t rem_id) { in l2cu_send_peer_ble_par_rsp() argument 2656 L2CAP_CMD_BLE_UPDATE_RSP, rem_id); in l2cu_send_peer_ble_par_rsp() 2800 void l2cu_reject_ble_coc_connection(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_reject_ble_coc_connection() argument 2806 L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES, rem_id); in l2cu_reject_ble_coc_connection() 2834 void l2cu_reject_credit_based_conn_req(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_reject_credit_based_conn_req() argument 2843 rem_id); in l2cu_reject_credit_based_conn_req() 2941 void l2cu_reject_ble_connection(tL2C_CCB* p_ccb, uint8_t rem_id, in l2cu_reject_ble_connection() argument 2947 l2cu_reject_ble_coc_connection(p_ccb->p_lcb, rem_id, result); in l2cu_reject_ble_connection() [all …]
|