Searched defs:batch_scan_full_max (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_batchscan.c456 ** Parameters batch_scan_full_max -Max storage space (in %) allocated to full scanning
463 tBTM_STATUS btm_ble_set_storage_config(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max, argument
473 UINT8_TO_STREAM (pp, batch_scan_full_max);
591 ** Parameters: batch_scan_full_max - Max storage space (in %) allocated to full style
602 tBTM_STATUS BTM_BleSetStorageConfig(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max, argument
613 ble_batchscan_cb.cur_state, ref_value, batch_scan_full_max, batch_scan_trunc_max,
632 if (batch_scan_full_max > BTM_BLE_ADV_SCAN_FULL_MAX ||
653 status = btm_ble_set_storage_config(batch_scan_full_max, batch_scan_trunc_max,
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_api.c1583 ** Parameters batch_scan_full_max -Max storage space (in %) allocated to full scanning
1594 BTA_API extern void BTA_DmBleSetStorageParams(UINT8 batch_scan_full_max, argument
1612 p_msg->batch_scan_full_max = batch_scan_full_max;
H A Dbta_dm_int.h603 UINT8 batch_scan_full_max; member in struct:__anon519
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c144 uint8_t batch_scan_full_max; member in struct:__anon1066
1642 BTA_DmBleSetStorageParams(p_scan_track_cb->batch_scan_full_max,
2187 static bt_status_t btif_gattc_cfg_storage(int client_if,int batch_scan_full_max, argument
2194 bt_scan_cb.batch_scan_full_max = batch_scan_full_max;

Completed in 128 milliseconds