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 409 }tBTA_GATTC_CB;
417 extern tBTA_GATTC_CB bta_gattc_cb;
419 extern tBTA_GATTC_CB *bta_gattc_cb_ptr;
430 extern void bta_gattc_disable(tBTA_GATTC_CB *p_cb);
431 extern void bta_gattc_register(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
432 extern void bta_gattc_start_if(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
433 extern void bta_gattc_process_api_open (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg);
434 extern void bta_gattc_process_api_open_cancel (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg);
435 extern void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg);
474 extern void bta_gattc_process_api_refresh(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;
bta_gattc_act.c 96 static void bta_gattc_enable(tBTA_GATTC_CB *p_cb)
103 memset(&bta_gattc_cb, 0, sizeof(tBTA_GATTC_CB));
123 void bta_gattc_disable(tBTA_GATTC_CB *p_cb)
148 memset(p_cb, 0, sizeof(tBTA_GATTC_CB));
161 void bta_gattc_register(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data)
237 void bta_gattc_start_if(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_msg)
257 void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *p_clreg)
313 void bta_gattc_process_api_open (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg)
358 void bta_gattc_process_api_open_cancel (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg)
747 tBTA_GATTC_CB *p_cb = &bta_gattc_cb
    [all...]
  /external/bluetooth/bluedroid/main/
bte_init.c 512 memset((void *)bta_gattc_cb_ptr, 0, sizeof(tBTA_GATTC_CB));

Completed in 120 milliseconds