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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 446 ** p_select_cback: callback function to return application
452 BOOLEAN btm_ble_start_select_conn(BOOLEAN start,tBTM_BLE_SEL_CBACK *p_select_cback)
466 if (p_select_cback != NULL)
467 btm_cb.ble_ctr_cb.p_select_cback = p_select_cback;
507 p_cb->p_select_cback = NULL;
529 ** p_select_cback: callback function to return application
638 ret = btm_ble_start_select_conn(TRUE, btm_cb.ble_ctr_cb.p_select_cback);
btm_ble_int.h 278 tBTM_BLE_SEL_CBACK *p_select_cback; member in struct:__anon5857
377 extern BOOLEAN btm_ble_start_select_conn(BOOLEAN start,tBTM_BLE_SEL_CBACK *p_select_cback);
btm_ble_gap.c 690 ** p_select_cback: callback function when selective connection procedure
697 tBTM_BLE_SEL_CBACK *p_select_cback)
718 started = btm_ble_start_select_conn(TRUE, p_select_cback);
    [all...]
btm_devctl.c 671 btm_cb.ble_ctr_cb.p_select_cback = NULL;
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c     [all...]
bta_dm_int.h 499 tBTA_DM_BLE_SEL_CBACK *p_select_cback; member in struct:__anon5126
    [all...]
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]

Completed in 775 milliseconds