Home
last modified time | relevance | path

Searched refs:BTM_BLE_ADV_INT_MIN (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/include/
Dbtm_ble_api.h108 #define BTM_BLE_ADV_INT_MIN 0x0020 macro
/system/bt/stack/btm/
Dbtm_ble_gap.c1037 if (!BTM_BLE_ISVALID_PARAM(adv_int_min, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX) || in BTM_BleSetAdvParams()
1038 !BTM_BLE_ISVALID_PARAM(adv_int_max, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX)) in BTM_BleSetAdvParams()