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 355 ** p_select_cback: callback function to return application
361 BOOLEAN btm_ble_start_select_conn(BOOLEAN start,tBTM_BLE_SEL_CBACK *p_select_cback)
375 if (p_select_cback != NULL)
376 btm_cb.ble_ctr_cb.p_select_cback = p_select_cback;
435 ** p_select_cback: callback function to return application
544 ret = btm_ble_start_select_conn(TRUE, btm_cb.ble_ctr_cb.p_select_cback);
btm_ble_int.h 212 tBTM_BLE_SEL_CBACK *p_select_cback; member in struct:__anon3068
300 extern BOOLEAN btm_ble_start_select_conn(BOOLEAN start,tBTM_BLE_SEL_CBACK *p_select_cback);
btm_ble_gap.c 293 ** p_select_cback: callback function when selective connection procedure
300 tBTM_BLE_SEL_CBACK *p_select_cback)
321 started = btm_ble_start_select_conn(TRUE, p_select_cback);
    [all...]
btm_devctl.c 654 btm_cb.ble_ctr_cb.p_select_cback = NULL;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 638 ** p_select_cback: callback function when selective connection procedure
645 tBTM_BLE_SEL_CBACK *p_select_cback);
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c     [all...]
bta_dm_int.h 467 tBTA_DM_BLE_SEL_CBACK *p_select_cback; member in struct:__anon2470
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]

Completed in 38 milliseconds