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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_batchscan.c 405 if (cb_evt != 0 && NULL != ble_batchscan_cb.p_scan_rep_cback)
417 if (NULL != ble_batchscan_cb.p_scan_rep_cback)
418 ble_batchscan_cb.p_scan_rep_cback(ref_value,report_format, num_records,
433 if (NULL != ble_batchscan_cb.p_scan_rep_cback && NULL != p_data)
434 ble_batchscan_cb.p_scan_rep_cback(ref_value,report_format,
629 ble_batchscan_cb.p_scan_rep_cback = p_rep_cback;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 537 tBTM_BLE_SCAN_REP_CBACK *p_scan_rep_cback; member in struct:__anon6112
    [all...]

Completed in 342 milliseconds