HomeSort by relevance Sort by last modified time
    Searched full:p_cb (Results 76 - 100 of 100) sorted by null

1 2 34

  /external/bluetooth/bluedroid/hci/src/
bt_hci_bdroid.c 180 static int init(const bt_hc_callbacks_t* p_cb, unsigned char *local_bdaddr)
188 if (p_cb == NULL)
198 bt_hc_cbacks = (bt_hc_callbacks_t *) p_cb;
  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]
l2c_api.h 504 L2C_API extern BOOLEAN L2CA_Ping (BD_ADDR p_bd_addr, tL2CA_ECHO_RSP_CB *p_cb);
670 ** Input Param p_cb - callback for Number of completed packets event
676 L2C_API extern BOOLEAN L2CA_RegForNoCPEvt(tL2CA_NOCP_CB *p_cb, BD_ADDR p_bda);
    [all...]
gap_api.h 551 UINT16 security, UINT8 chan_mode_mask, tGAP_CONN_CALLBACK *p_cb);
    [all...]
port_api.h 287 tPORT_DATA_CALLBACK *p_cb);
  /external/bluetooth/bluedroid/hci/include/
bt_hci_lib.h 167 int (*init)(const bt_hc_callbacks_t* p_cb, unsigned char *local_bdaddr);
bt_vendor_lib.h 317 int (*init)(const bt_vendor_callbacks_t* p_cb, unsigned char *local_bdaddr);
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 1891 tBTM_CMPL_CB *p_cb = p_inq->p_inqfilter_cmpl_cb; local
2635 tBTM_CMPL_CB *p_cb = p_inq->p_remname_cmpl_cb; local
2841 tBTM_CMPL_CB *p_cb = btm_cb.devcb.p_txpwer_cmpl_cb; local
    [all...]
btm_ble_int.h 254 extern tBTM_STATUS btm_ble_read_remote_name(BD_ADDR remote_bda, tBTM_INQ_INFO *p_cur, tBTM_CMPL_CB *p_cb);
btm_sco.c 249 tSCO_CB *p_cb = &btm_cb.sco_cb; local
250 tSCO_CONN *p_ccb = &p_cb->sco_db[sco_inx];
    [all...]
btm_int.h     [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c 426 tNFA_HCI_DYN_GATE *p_cb; local
430 for (xx = 0, p_cb = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, p_cb++)
432 if (p_cb->gate_id != 0)
434 *p_gate_list++ = p_cb->gate_id;
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_int.h 197 extern void gap_free_cb(tGAP_INFO *p_cb);
gap_conn.c 116 ** p_cb - Pointer to callback function for events.
123 UINT16 security, UINT8 chan_mode_mask, tGAP_CONN_CALLBACK *p_cb)
162 p_ccb->p_callback = p_cb;
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdpint.h 191 tSDP_DISC_CMPL_CB *p_cb; /* Callback for discovery done */ member in struct:__anon3974
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 177 if (p->p_cb)
178 p->p_cb(p->event, p->p_param);
208 p_msg->p_cb = p_cback;
    [all...]
btif_hl.c 110 #define CHECK_CALL_CBACK(P_CB, P_CBACK, ...)\
111 if (P_CB && P_CB->P_CBACK) { \
112 P_CB->P_CBACK(__VA_ARGS__); \
119 #define BTIF_HL_CALL_CBACK(P_CB, P_CBACK, ...)\
123 if (P_CB && P_CB->P_CBACK) { \
124 P_CB->P_CBACK(__VA_ARGS__); \
478 static void btif_hl_clean_delete_mdl(btif_hl_delete_mdl_t *p_cb)
481 memset(p_cb, 0 , sizeof(btif_hl_delete_mdl_t))
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c 689 tL2CA_ECHO_RSP_CB *p_cb = p_lcb->p_echo_rsp_cb; local
694 (*p_cb) (L2CAP_PING_RESULT_OK);
    [all...]
l2c_api.c     [all...]
l2c_link.c 540 tL2CA_ECHO_RSP_CB *p_cb = p_lcb->p_echo_rsp_cb; local
545 (*p_cb) (L2CAP_PING_RESULT_NO_RESP);
    [all...]
l2c_utils.c 213 tL2CA_ECHO_RSP_CB *p_cb = p_lcb->p_echo_rsp_cb; local
218 (*p_cb) (L2CAP_PING_RESULT_NO_LINK);
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c 2972 tBTA_HL_CB *p_cb= &bta_hl_cb; local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_av_api.h 469 typedef void (*tBTA_AV_ACT)(void *p_cb, void *p_data);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 288 tGATT_CB *p_cb = &gatt_cb; local
289 tGATT_HDL_LIST_ELEM * p_elem= &p_cb->hdl_list[0];
293 if (!p_cb->hdl_list[i].in_use)
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c     [all...]

Completed in 2078 milliseconds

1 2 34