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

  /system/bt/stack/btm/
btm_ble_multi_adv.c 554 if (0 == btm_cb.cmn_ble_vsc_cb.adv_inst_max)
622 if (0 == btm_cb.cmn_ble_vsc_cb.adv_inst_max)
674 if (0 == cmn_ble_vsc_cb.adv_inst_max)
726 if (0 == cmn_ble_vsc_cb.adv_inst_max)
820 if (btm_cb.cmn_ble_vsc_cb.adv_inst_max > 0) {
822 (btm_cb.cmn_ble_vsc_cb.adv_inst_max));
825 (btm_cb.cmn_ble_vsc_cb.adv_inst_max));
828 (btm_cb.cmn_ble_vsc_cb.adv_inst_max));
832 for (i = 0; i < btm_cb.cmn_ble_vsc_cb.adv_inst_max; i++) {
855 for (size_t i = 0; i < btm_cb.cmn_ble_vsc_cb.adv_inst_max; i++)
    [all...]
btm_ble_gap.c 528 STREAM_TO_UINT8(btm_cb.cmn_ble_vsc_cb.adv_inst_max, p);
556 btm_cb.cmn_ble_vsc_cb.adv_inst_max, btm_cb.cmn_ble_vsc_cb.rpa_offloading,
725 return btm_cb.cmn_ble_vsc_cb.adv_inst_max < BTM_BLE_MULTI_ADV_MAX ?
726 btm_cb.cmn_ble_vsc_cb.adv_inst_max : BTM_BLE_MULTI_ADV_MAX;
    [all...]
  /system/bt/btif/src/
btif_core.c 855 local_le_features.max_adv_instance = cmn_vsc_cb.adv_inst_max;
    [all...]
btif_dm.c     [all...]
  /system/bt/stack/include/
btm_ble_api.h 373 UINT8 adv_inst_max; /* max adv instance supported in controller */ member in struct:__anon72681
469 #define BTM_BLE_MULTI_ADV_MAX 16 /* controller returned adv_inst_max should be less
    [all...]
  /system/bt/bta/dm/
bta_dm_api.c     [all...]

Completed in 55 milliseconds