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

  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 185 UINT8 adv_int_max; member in struct:__anon3302
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/stack/btm/
btm_ble_gap.c 445 ** adv_int_max: maximum advertising interval
452 tBTM_STATUS BTM_BleSetAdvParams(UINT16 adv_int_min, UINT16 adv_int_max,
470 !BTM_BLE_VALID_PRAM(adv_int_max, BTM_BLE_ADV_INT_MIN, BTM_BLE_ADV_INT_MAX))
476 p_cb->adv_interval_max = adv_int_max;
514 ** adv_int_max: maximum advertising interval
521 void BTM_BleReadAdvParams (UINT16 *adv_int_min, UINT16 *adv_int_max,
531 *adv_int_max = p_cb->adv_interval_max;
547 ** 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/dm/
bta_dm_int.h 518 UINT16 adv_int_max; member in struct:__anon2476

Completed in 22 milliseconds