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

  /system/bt/main/
bte_init.c 199 memset((void *)bta_hl_cb_ptr, 0, sizeof(tBTA_HL_CB));
  /system/bt/bta/hl/
bta_hl_main.c 404 tBTA_HL_CB bta_hl_cb;
532 static void bta_hl_api_enable(tBTA_HL_CB *p_cb, tBTA_HL_DATA *p_data)
548 memset(p_cb, 0, sizeof(tBTA_HL_CB));
565 static void bta_hl_api_disable(tBTA_HL_CB *p_cb, tBTA_HL_DATA *p_data)
601 static void bta_hl_api_update(tBTA_HL_CB *p_cb, tBTA_HL_DATA *p_data)
680 static void bta_hl_api_register(tBTA_HL_CB *p_cb, tBTA_HL_DATA *p_data)
770 static void bta_hl_api_deregister(tBTA_HL_CB *p_cb, tBTA_HL_DATA *p_data)
    [all...]
bta_hl_int.h 569 }tBTA_HL_CB;
582 extern tBTA_HL_CB bta_hl_cb;
584 extern tBTA_HL_CB *bta_hl_cb_ptr;
    [all...]
bta_hl_utils.c     [all...]

Completed in 42 milliseconds