HomeSort by relevance Sort by last modified time
    Searched full:num_service (Results 1 - 4 of 4) sorted by null

  /system/bt/btif/src/
btif_gatt_multi_adv_util.c 368 if (p_multi_adv_data_cb->inst_cb[cbindex].data.services.num_service == 0)
374 if (p_multi_adv_data_cb->inst_cb[cbindex].data.services.num_service < MAX_16BIT_SERVICES)
378 ++p_multi_adv_data_cb->inst_cb[cbindex].data.services.num_service;
386 if (p_multi_adv_data_cb->inst_cb[cbindex].data.service_32b.num_service == 0)
392 if (p_multi_adv_data_cb->inst_cb[cbindex].data.service_32b.num_service < MAX_32BIT_SERVICES)
396 ++p_multi_adv_data_cb->inst_cb[cbindex].data.service_32b.num_service;
405 if (p_multi_adv_data_cb->inst_cb[cbindex].data.services_128b.num_service == 0)
424 .data.services_128b.num_service;
  /system/connectivity/shill/
mock_metrics.h 62 MOCK_METHOD1(NotifyWifiAutoConnectableServices, void(int num_service));
64 MOCK_METHOD1(NotifyServicesOnSameNetwork, void(int num_service));
  /system/bt/stack/btm/
btm_ble_gap.c     [all...]
  /system/bt/stack/include/
btm_ble_api.h 399 UINT8 num_service; member in struct:__anon74212
408 UINT8 num_service; member in struct:__anon74213
416 UINT8 num_service; member in struct:__anon74214
    [all...]

Completed in 94 milliseconds