Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dbtm_ble_api.h184 UINT8 adv_int_min; member
370 BTM_API extern tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max,
401 BTM_API extern void BTM_BleReadAdvParams (UINT16 *adv_int_min, UINT16 *adv_int_max,
Dhcimsgs.h1267 HCI_API extern BOOLEAN btsnd_hcic_ble_write_adv_params (UINT16 adv_int_min, UINT16 adv_int_max,
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_api.c1460 void BTA_DmSetBleAdvParams (UINT16 adv_int_min, UINT16 adv_int_max, in BTA_DmSetBleAdvParams() argument
1466 APPL_TRACE_API2 ("BTA_DmSetBleAdvParam: %d, %d", adv_int_min, adv_int_max); in BTA_DmSetBleAdvParams()
1474 p_msg->adv_int_min = adv_int_min; in BTA_DmSetBleAdvParams()
Dbta_dm_int.h521 UINT16 adv_int_min; member
Dbta_dm_act.c5015 BTM_BleSetAdvParams(p_data->ble_set_adv_params.adv_int_min, in bta_dm_ble_set_adv_params()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_gap.c472 tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max, in BTM_BleSetAdvParams() argument
489 if (!BTM_BLE_VALID_PRAM(adv_int_min, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX) || in BTM_BleSetAdvParams()
495 p_cb->adv_interval_min = adv_int_min; in BTM_BleSetAdvParams()
541 void BTM_BleReadAdvParams (UINT16 *adv_int_min, UINT16 *adv_int_max, in BTM_BleReadAdvParams() argument
550 *adv_int_min = p_cb->adv_interval_min; in BTM_BleReadAdvParams()
/external/bluetooth/bluedroid/stack/hcic/
Dhciblecmds.c163 BOOLEAN btsnd_hcic_ble_write_adv_params (UINT16 adv_int_min, UINT16 adv_int_max, in btsnd_hcic_ble_write_adv_params() argument
182 UINT16_TO_STREAM (pp, adv_int_min); in btsnd_hcic_ble_write_adv_params()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h1786 BTA_API extern void BTA_DmSetBleAdvParams (UINT16 adv_int_min, UINT16 adv_int_max,