Searched refs:BTIF_HL_GET_PCB_PTR (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/btif/include/ |
D | btif_hl.h | 306 #define BTIF_HL_GET_PCB_PTR(app_idx, mcl_idx) &(btif_hl_cb.acb[app_idx].mcb[mcl_idx].pcb) macro
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_hl.c | 786 p_pcb = BTIF_HL_GET_PCB_PTR(app_idx, mcl_idx); in btif_hl_dch_open() 938 p_pcb = BTIF_HL_GET_PCB_PTR(app_idx, mcl_idx); in btif_hl_cch_open() 2186 btif_hl_pending_chan_cb_t *p_pcb = BTIF_HL_GET_PCB_PTR(app_idx, mcl_idx); in btif_hl_set_chan_cb_state() 2255 btif_hl_pending_chan_cb_t *p_pcb = BTIF_HL_GET_PCB_PTR(app_idx, mcl_idx); in btif_hl_send_setup_connecting_cb() 2284 btif_hl_pending_chan_cb_t *p_pcb = BTIF_HL_GET_PCB_PTR(app_idx, mcl_idx); in btif_hl_send_setup_disconnected_cb() 2397 p_pcb = BTIF_HL_GET_PCB_PTR(app_idx, mcl_idx); in btif_hl_proc_sdp_query_cfm() 2507 p_pcb = BTIF_HL_GET_PCB_PTR(app_idx, mcl_idx); in btif_hl_proc_pending_op() 2865 p_pcb = BTIF_HL_GET_PCB_PTR(app_idx, mcl_idx); in btif_hl_proc_dch_open_cfm() 2941 p_pcb = BTIF_HL_GET_PCB_PTR(app_idx, mcl_idx); in btif_hl_proc_dch_reconnect_cfm() 4029 p_pcb = BTIF_HL_GET_PCB_PTR(app_idx, mcl_idx); in connect_channel()
|