HomeSort by relevance Sort by last modified time
    Searched defs:p_ccb (Results 26 - 30 of 30) sorted by null

12

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 89 static BOOLEAN process_reqseq (tL2C_CCB *p_ccb, UINT16 ctrl_word);
90 static void process_s_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word);
91 static void process_i_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word, BOOLEAN delay_ack);
92 static BOOLEAN retransmit_i_frames (tL2C_CCB *p_ccb, UINT8 tx_seq);
93 static void prepare_I_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf, BOOLEAN is_retransmission);
94 static void process_stream_frame (tL2C_CCB *p_ccb, BT_HDR *p_buf);
95 static BOOLEAN do_sar_reassembly (tL2C_CCB *p_ccb, BT_HDR *p_buf, UINT16 ctrl_word);
98 static BOOLEAN l2c_corrupt_the_fcr_packet (tL2C_CCB *p_ccb, BT_HDR *p_buf,
100 static BOOLEAN l2c_bypass_sframe_packet (tL2C_CCB *p_ccb);
104 static void l2c_fcr_collect_ack_delay (tL2C_CCB *p_ccb, UINT8 num_bufs_acked)
2427 tL2C_CCB *p_ccb = NULL; local
2522 tL2C_CCB *p_ccb = l2cu_find_ccb_by_cid (NULL, cid); local
2584 tL2C_CCB *p_ccb = l2cu_find_ccb_by_cid (NULL, cid); local
    [all...]
l2c_utils.c 130 tL2C_CCB *p_ccb; local
200 for (p_ccb = p_lcb->ccb_queue.p_first_ccb; p_ccb; p_ccb = p_lcb->ccb_queue.p_first_ccb)
202 l2cu_release_ccb (p_ccb);
469 void l2cu_send_peer_connect_req (tL2C_CCB *p_ccb)
475 p_ccb->p_lcb->id++;
476 l2cu_adj_id(p_ccb->p_lcb, L2CAP_ADJ_ID);
478 p_ccb->local_id = p_ccb->p_lcb->id
1464 tL2C_CCB *p_ccb; local
1754 tL2C_CCB *p_ccb; local
2449 tL2C_CCB *p_ccb; local
2571 tL2C_CCB *p_ccb; local
2689 tL2C_CCB *p_ccb; local
3028 tL2C_CCB *p_ccb = NULL; local
3091 tL2C_CCB *p_ccb; local
3197 tL2C_CCB *p_ccb; local
3243 tL2C_CCB *p_ccb; local
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c 227 avdt_ad_open_req(AVDT_CHAN_MEDIA, p_scb->p_ccb, p_scb, AVDT_INT);
825 p_scb->p_ccb = avdt_ccb_by_idx(p_data->msg.config_cmd.hdr.ccb_idx);
830 p_scb->p_ccb ? p_scb->p_ccb->peer_addr : NULL,
888 if (p_scb->p_ccb != NULL)
914 p_scb->p_ccb ? p_scb->p_ccb->peer_addr : NULL,
932 p_scb->p_ccb ? p_scb->p_ccb->peer_addr : NULL,
996 tAVDT_CCB *p_ccb = p_scb->p_ccb; local
1892 tAVDT_CCB *p_ccb; local
    [all...]
avdt_int.h 450 typedef void (*tAVDT_CCB_ACTION)(tAVDT_CCB *p_ccb, tAVDT_CCB_EVT *p_data);
490 tAVDT_CCB *p_ccb; /* ccb associated with this scb */ member in struct:__anon5844
562 extern void avdt_ccb_event(tAVDT_CCB *p_ccb, UINT8 event, tAVDT_CCB_EVT *p_data);
565 extern void avdt_ccb_dealloc(tAVDT_CCB *p_ccb, tAVDT_CCB_EVT *p_data);
566 extern UINT8 avdt_ccb_to_idx(tAVDT_CCB *p_ccb);
570 extern void avdt_ccb_chan_open(tAVDT_CCB *p_ccb, tAVDT_CCB_EVT *p_data);
571 extern void avdt_ccb_chan_close(tAVDT_CCB *p_ccb, tAVDT_CCB_EVT *p_data);
572 extern void avdt_ccb_chk_close(tAVDT_CCB *p_ccb, tAVDT_CCB_EVT *p_data);
573 extern void avdt_ccb_hdl_discover_cmd(tAVDT_CCB *p_ccb, tAVDT_CCB_EVT *p_data);
574 extern void avdt_ccb_hdl_discover_rsp(tAVDT_CCB *p_ccb, tAVDT_CCB_EVT *p_data)
    [all...]
  /external/bluetooth/bluedroid/stack/mcap/
mca_int.h 219 typedef void (*tMCA_CCB_ACTION)(tMCA_CCB *p_ccb, tMCA_CCB_EVT *p_data);
241 tMCA_CCB *p_ccb; /* the associated control control block */ member in struct:__anon6309
252 typedef void (*tMCA_DCB_ACTION)(tMCA_DCB *p_ccb, tMCA_DCB_EVT *p_data);
264 extern void mca_ccb_event(tMCA_CCB *p_ccb, UINT8 event, tMCA_CCB_EVT *p_data);
267 extern void mca_ccb_rsp_tout(tMCA_CCB *p_ccb, tMCA_CCB_EVT *p_data);
268 extern void mca_ccb_dealloc(tMCA_CCB *p_ccb, tMCA_CCB_EVT *p_data);
269 extern tMCA_CL mca_ccb_to_hdl(tMCA_CCB *p_ccb);
271 extern BOOLEAN mca_ccb_uses_mdl_id(tMCA_CCB *p_ccb, UINT16 mdl_id);
274 extern void mca_ccb_report_event(tMCA_CCB *p_ccb, UINT8 event, tMCA_CTRL *p_data);
275 extern void mca_ccb_free_msg(tMCA_CCB *p_ccb, tMCA_CCB_EVT *p_data)
    [all...]

Completed in 649 milliseconds

12