HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_GATTC_CB (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 419 }tBTA_GATTC_CB;
427 extern tBTA_GATTC_CB bta_gattc_cb;
429 extern tBTA_GATTC_CB *bta_gattc_cb_ptr;
440 extern void bta_gattc_disable(tBTA_GATTC_CB *p_cb);
441 extern void bta_gattc_register(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
442 extern void bta_gattc_start_if(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
443 extern void bta_gattc_process_api_open (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg);
444 extern void bta_gattc_process_api_open_cancel (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg);
445 extern void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg);
446 extern void bta_gattc_process_enc_cmpl(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_msg)
    [all...]
bta_gattc_act.c 102 static void bta_gattc_enable(tBTA_GATTC_CB *p_cb)
109 memset(&bta_gattc_cb, 0, sizeof(tBTA_GATTC_CB));
129 void bta_gattc_disable(tBTA_GATTC_CB *p_cb)
162 memset(p_cb, 0, sizeof(tBTA_GATTC_CB));
175 void bta_gattc_register(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data)
251 void bta_gattc_start_if(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_msg)
271 void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg)
327 void bta_gattc_process_api_open (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg)
372 void bta_gattc_process_api_open_cancel (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg)
415 void bta_gattc_process_enc_cmpl(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_msg
    [all...]
bta_gattc_main.c 270 tBTA_GATTC_CB bta_gattc_cb;
347 tBTA_GATTC_CB *p_cb = &bta_gattc_cb;
  /external/bluetooth/bluedroid/main/
bte_init.c 512 memset((void *)bta_gattc_cb_ptr, 0, sizeof(tBTA_GATTC_CB));

Completed in 588 milliseconds