HomeSort by relevance Sort by last modified time
    Searched refs:adv_int_max (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 185 UINT8 adv_int_max; member in struct:__anon1039
370 BTM_API extern tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max,
394 ** adv_int_max: maximum advertising interval
401 BTM_API extern void BTM_BleReadAdvParams (UINT16 *adv_int_min, UINT16 *adv_int_max,
412 ** adv_int_max: maximum advertising interval
    [all...]
hcimsgs.h     [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c     [all...]
bta_dm_int.h 522 UINT16 adv_int_max; member in struct:__anon198
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c 465 ** adv_int_max: maximum advertising interval
472 tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max,
490 !BTM_BLE_VALID_PRAM(adv_int_max, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX))
496 p_cb->adv_interval_max = adv_int_max;
534 ** adv_int_max: maximum advertising interval
541 void BTM_BleReadAdvParams (UINT16 *adv_int_min, UINT16 *adv_int_max,
551 *adv_int_max = p_cb->adv_interval_max;
567 ** adv_int_max: maximum advertising interval
    [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hciblecmds.c 163 BOOLEAN btsnd_hcic_ble_write_adv_params (UINT16 adv_int_min, UINT16 adv_int_max,
183 UINT16_TO_STREAM (pp, adv_int_max);
  /external/bluetooth/bluedroid/bta/include/
bta_api.h     [all...]

Completed in 192 milliseconds