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

  /external/bluetooth/bluedroid/bta/hl/
bta_hl_main.c 405 tBTA_HL_CB bta_hl_cb;
533 static void bta_hl_api_enable(tBTA_HL_CB *p_cb, tBTA_HL_DATA *p_data)
549 memset(p_cb, 0, sizeof(tBTA_HL_CB));
566 static void bta_hl_api_disable(tBTA_HL_CB *p_cb, tBTA_HL_DATA *p_data)
602 static void bta_hl_api_update(tBTA_HL_CB *p_cb, tBTA_HL_DATA *p_data)
681 static void bta_hl_api_register(tBTA_HL_CB *p_cb, tBTA_HL_DATA *p_data)
771 static void bta_hl_api_deregister(tBTA_HL_CB *p_cb, tBTA_HL_DATA *p_data)
    [all...]
bta_hl_int.h 570 }tBTA_HL_CB;
583 extern tBTA_HL_CB bta_hl_cb;
585 extern tBTA_HL_CB *bta_hl_cb_ptr;
    [all...]
bta_hl_utils.c     [all...]
  /external/bluetooth/bluedroid/main/
bte_init.c 509 memset((void *)bta_hl_cb_ptr, 0, sizeof(tBTA_HL_CB));

Completed in 120 milliseconds