Searched refs:adv_int_min (Results 1 – 11 of 11) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_gap.c | 1020 tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max, in BTM_BleSetAdvParams() argument 1037 if (!BTM_BLE_ISVALID_PARAM(adv_int_min, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX) || in BTM_BleSetAdvParams() 1043 p_cb->adv_interval_min = adv_int_min; in BTM_BleSetAdvParams() 1089 void BTM_BleReadAdvParams (UINT16 *adv_int_min, UINT16 *adv_int_max, in BTM_BleReadAdvParams() argument 1098 *adv_int_min = p_cb->adv_interval_min; in BTM_BleReadAdvParams() 1750 UINT16 adv_int_min, adv_int_max; in btm_ble_set_discoverability() local 1765 btm_ble_select_adv_interval(p_cb, evt_type, &adv_int_min, &adv_int_max); in btm_ble_set_discoverability() 1782 if (!btsnd_hcic_ble_write_adv_params (adv_int_min, in btm_ble_set_discoverability() 1856 UINT16 adv_int_min, adv_int_max; in btm_ble_set_connectability() local 1871 btm_ble_select_adv_interval(p_cb, evt_type, &adv_int_min, &adv_int_max); in btm_ble_set_connectability() [all …]
|
D | btm_ble_multi_adv.c | 265 UINT16_TO_STREAM (pp, p_params->adv_int_min); in btm_ble_multi_adv_set_params() 283 p_params->adv_int_min,p_params->adv_int_max,p_params->adv_type); in btm_ble_multi_adv_set_params()
|
/system/bt/btif/src/ |
D | btif_gatt_multi_adv_util.c | 310 if (p_multi_adv_data_cb->inst_cb[cbindex].param.adv_int_min > 0 && in btif_gattc_copy_datacb() 313 p_multi_adv_data_cb->inst_cb[cbindex].param.adv_int_min) in btif_gattc_copy_datacb() 316 p_multi_adv_data_cb->inst_cb[cbindex].param.adv_int_min; in btif_gattc_copy_datacb()
|
D | btif_gatt_client.c | 2228 adv_cb.param.adv_int_min = min_interval; in btif_gattc_multi_adv_enable() 2247 adv_cb.param.adv_int_min = min_interval; in btif_gattc_multi_adv_update()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 473 UINT16 adv_int_min; member 935 extern tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max, 966 extern void BTM_BleReadAdvParams (UINT16 *adv_int_min, UINT16 *adv_int_max,
|
D | hcimsgs.h | 696 extern BOOLEAN btsnd_hcic_ble_write_adv_params (UINT16 adv_int_min, UINT16 adv_int_max,
|
/system/bt/bta/dm/ |
D | bta_dm_api.c | 980 void BTA_DmSetBleAdvParams (UINT16 adv_int_min, UINT16 adv_int_max, in BTA_DmSetBleAdvParams() argument 986 APPL_TRACE_API ("BTA_DmSetBleAdvParam: %d, %d", adv_int_min, adv_int_max); in BTA_DmSetBleAdvParams() 994 p_msg->adv_int_min = adv_int_min; in BTA_DmSetBleAdvParams()
|
D | bta_dm_int.h | 497 UINT16 adv_int_min; member
|
D | bta_dm_act.c | 4837 BTM_BleSetAdvParams(p_data->ble_set_adv_params.adv_int_min, in bta_dm_ble_set_adv_params()
|
/system/bt/stack/hcic/ |
D | hciblecmds.c | 80 BOOLEAN btsnd_hcic_ble_write_adv_params (UINT16 adv_int_min, UINT16 adv_int_max, in btsnd_hcic_ble_write_adv_params() argument 99 UINT16_TO_STREAM (pp, adv_int_min); in btsnd_hcic_ble_write_adv_params()
|
/system/bt/bta/include/ |
D | bta_api.h | 442 UINT16 adv_int_min; /* minimum adv interval */ member 1919 extern void BTA_DmSetBleAdvParams (UINT16 adv_int_min, UINT16 adv_int_max,
|