Home
last modified time | relevance | path

Searched refs:rem_id (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/l2cap/
Dl2c_int.h609 UINT8 rem_id,UINT16 p1, UINT16 p2);
620 extern void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 re…
632 extern void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id);
633 extern void l2cu_reject_ble_connection (tL2C_LCB *p_lcb, UINT8 rem_id, UINT16 result);
Dl2c_utils.c438 void l2cu_send_peer_cmd_reject (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id, in l2cu_send_peer_cmd_reject() argument
453 …ld_header (p_lcb, (UINT16) (L2CAP_CMD_REJECT_LEN + param_len), L2CAP_CMD_REJECT, rem_id)) == NULL ) in l2cu_send_peer_cmd_reject()
565 void l2cu_reject_connection (tL2C_LCB *p_lcb, UINT16 remote_cid, UINT8 rem_id, UINT16 result) in l2cu_reject_connection() argument
570 if ((p_buf = l2cu_build_header(p_lcb, L2CAP_CONN_RSP_LEN, L2CAP_CMD_CONN_RSP, rem_id)) == NULL ) in l2cu_reject_connection()
3044 void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id) in l2cu_send_peer_ble_par_rsp() argument
3050 L2CAP_CMD_BLE_UPDATE_RSP, rem_id)) == NULL ) in l2cu_send_peer_ble_par_rsp()
3130 void l2cu_reject_ble_connection (tL2C_LCB *p_lcb, UINT8 rem_id, UINT16 result) in l2cu_reject_ble_connection() argument
3136 L2CAP_CMD_BLE_CREDIT_BASED_CONN_RES, rem_id)) == NULL ) in l2cu_reject_ble_connection()