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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h 377 }tBTA_GATTC_CB;
385 extern tBTA_GATTC_CB bta_gattc_cb;
387 extern tBTA_GATTC_CB *bta_gattc_cb_ptr;
398 extern void bta_gattc_register(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
399 extern void bta_gattc_start_if(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
400 extern void bta_gattc_process_api_open (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg);
401 extern void bta_gattc_process_api_open_cancel (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg);
402 extern void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
403 extern void bta_gattc_int_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data);
442 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 94 void bta_gattc_register(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data)
158 void bta_gattc_start_if(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_msg)
234 void bta_gattc_int_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data)
271 void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data)
311 void bta_gattc_process_api_open (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg)
356 void bta_gattc_process_api_open_cancel (tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA * p_msg)
735 tBTA_GATTC_CB *p_cb = &bta_gattc_cb;
775 tBTA_GATTC_CB *p_cb = &bta_gattc_cb;
    [all...]
bta_gattc_api.c 40 extern tBTA_GATTC_CB bta_gattc_cb;
66 memset(&bta_gattc_cb, 0, sizeof(tBTA_GATTC_CB));
    [all...]
  /external/bluetooth/bluedroid/main/
bte_init.c 512 memset((void *)bta_gattc_cb_ptr, 0, sizeof(tBTA_GATTC_CB));

Completed in 50 milliseconds