Searched refs:rem_id (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_int.h | 580 UINT8 rem_id,UINT16 p1, UINT16 p2); 591 extern void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 re… 603 extern void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id); 629 extern void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id);
|
D | l2c_utils.c | 428 void l2cu_send_peer_cmd_reject (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id, in l2cu_send_peer_cmd_reject() argument 443 …ld_header (p_lcb, (UINT16) (L2CAP_CMD_REJECT_LEN + param_len), L2CAP_CMD_REJECT, rem_id)) == NULL ) in l2cu_send_peer_cmd_reject() 555 void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result) in l2cu_reject_connection() argument 560 if ((p_buf = l2cu_build_header(p_lcb, L2CAP_CONN_RSP_LEN, L2CAP_CMD_CONN_RSP, rem_id)) == NULL ) in l2cu_reject_connection() 2979 void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id) in l2cu_send_peer_ble_par_rsp() argument 2985 L2CAP_CMD_BLE_UPDATE_RSP, rem_id)) == NULL ) in l2cu_send_peer_ble_par_rsp()
|