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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_multi_adv.c 534 if (0 == btm_cb.cmn_ble_vsc_cb.adv_inst_max)
603 if (0 == btm_cb.cmn_ble_vsc_cb.adv_inst_max)
655 if (0 == cmn_ble_vsc_cb.adv_inst_max)
705 if (0 == cmn_ble_vsc_cb.adv_inst_max)
796 if (btm_cb.cmn_ble_vsc_cb.adv_inst_max > 0)
799 (btm_cb.cmn_ble_vsc_cb.adv_inst_max));
801 (btm_cb.cmn_ble_vsc_cb.adv_inst_max));
804 (btm_cb.cmn_ble_vsc_cb.adv_inst_max));
806 sizeof(UINT8)*(btm_cb.cmn_ble_vsc_cb.adv_inst_max));
809 (btm_cb.cmn_ble_vsc_cb.adv_inst_max));
    [all...]
btm_ble_gap.c 450 STREAM_TO_UINT8 (btm_cb.cmn_ble_vsc_cb.adv_inst_max, p);
461 status, btm_ble_vendor_cb.irk_avail_size, btm_cb.cmn_ble_vsc_cb.adv_inst_max,
617 return btm_cb.cmn_ble_vsc_cb.adv_inst_max < BTM_BLE_MULTI_ADV_MAX ?
618 btm_cb.cmn_ble_vsc_cb.adv_inst_max : BTM_BLE_MULTI_ADV_MAX;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_core.c     [all...]
btif_dm.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 330 UINT8 adv_inst_max; /* max adv instance supported in controller */ member in struct:__anon6093
416 #define BTM_BLE_MULTI_ADV_MAX 10 /* controller returned adv_inst_max should be less
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c     [all...]

Completed in 146 milliseconds