Home
last modified time | relevance | path

Searched refs:adv_int_min (Results 1 – 11 of 11) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_gap.c1020 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 …]
Dbtm_ble_multi_adv.c265 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/
Dbtif_gatt_multi_adv_util.c310 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()
Dbtif_gatt_client.c2228 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/
Dbtm_ble_api.h473 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,
Dhcimsgs.h696 extern BOOLEAN btsnd_hcic_ble_write_adv_params (UINT16 adv_int_min, UINT16 adv_int_max,
/system/bt/bta/dm/
Dbta_dm_api.c980 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()
Dbta_dm_int.h497 UINT16 adv_int_min; member
Dbta_dm_act.c4837 BTM_BleSetAdvParams(p_data->ble_set_adv_params.adv_int_min, in bta_dm_ble_set_adv_params()
/system/bt/stack/hcic/
Dhciblecmds.c80 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/
Dbta_api.h442 UINT16 adv_int_min; /* minimum adv interval */ member
1919 extern void BTA_DmSetBleAdvParams (UINT16 adv_int_min, UINT16 adv_int_max,