OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_BLE_ADV_INT_MIN
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/include/
btm_ble_api.h
82
#define
BTM_BLE_ADV_INT_MIN
0x0020
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c
489
if (!BTM_BLE_VALID_PRAM(adv_int_min,
BTM_BLE_ADV_INT_MIN
, BTM_BLE_ADV_INT_MAX) ||
490
!BTM_BLE_VALID_PRAM(adv_int_max,
BTM_BLE_ADV_INT_MIN
, BTM_BLE_ADV_INT_MAX))
[
all
...]
Completed in 23 milliseconds