Searched refs:adv_int_min (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/bluedroid/stack/include/ |
D | btm_ble_api.h | 184 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,
|
D | hcimsgs.h | 1267 HCI_API extern BOOLEAN btsnd_hcic_ble_write_adv_params (UINT16 adv_int_min, UINT16 adv_int_max,
|
/external/bluetooth/bluedroid/bta/dm/ |
D | bta_dm_api.c | 1460 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()
|
D | bta_dm_int.h | 521 UINT16 adv_int_min; member
|
D | bta_dm_act.c | 5015 BTM_BleSetAdvParams(p_data->ble_set_adv_params.adv_int_min, in bta_dm_ble_set_adv_params()
|
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_ble_gap.c | 472 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/ |
D | hciblecmds.c | 163 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/ |
D | bta_api.h | 1786 BTA_API extern void BTA_DmSetBleAdvParams (UINT16 adv_int_min, UINT16 adv_int_max,
|