Searched refs:batch_scan_full_max (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_batchscan.c | 503 tBTM_STATUS btm_ble_set_storage_config(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max, in btm_ble_set_storage_config() argument 513 UINT8_TO_STREAM (pp, batch_scan_full_max); in btm_ble_set_storage_config() 646 tBTM_STATUS BTM_BleSetStorageConfig(UINT8 batch_scan_full_max, UINT8 batch_scan_trunc_max, in BTM_BleSetStorageConfig() argument 657 ble_batchscan_cb.cur_state, ref_value, batch_scan_full_max, batch_scan_trunc_max, in BTM_BleSetStorageConfig() 676 if (batch_scan_full_max > BTM_BLE_ADV_SCAN_FULL_MAX || in BTM_BleSetStorageConfig() 697 status = btm_ble_set_storage_config(batch_scan_full_max, batch_scan_trunc_max, in BTM_BleSetStorageConfig()
|
/system/bt/bta/dm/ |
D | bta_dm_api.c | 978 extern void BTA_DmBleSetStorageParams(UINT8 batch_scan_full_max, in BTA_DmBleSetStorageParams() argument 996 p_msg->batch_scan_full_max = batch_scan_full_max; in BTA_DmBleSetStorageParams()
|
D | bta_dm_int.h | 549 UINT8 batch_scan_full_max; member
|
D | bta_dm_act.c | 4947 btm_status = BTM_BleSetStorageConfig(p_data->ble_set_storage.batch_scan_full_max, in bta_dm_ble_setup_storage()
|
/system/bt/btif/src/ |
D | btif_gatt_client.c | 139 uint8_t batch_scan_full_max; member 1570 BTA_DmBleSetStorageParams(p_scan_track_cb->batch_scan_full_max, in btgattc_handle_event() 2079 static bt_status_t btif_gattc_cfg_storage(int client_if,int batch_scan_full_max, in btif_gattc_cfg_storage() argument 2086 bt_scan_cb.batch_scan_full_max = batch_scan_full_max; in btif_gattc_cfg_storage()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 1041 extern tBTM_STATUS BTM_BleSetStorageConfig(UINT8 batch_scan_full_max,
|
/system/bt/bta/include/ |
D | bta_api.h | 2154 extern void BTA_DmBleSetStorageParams(UINT8 batch_scan_full_max,
|