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

  /system/bt/bta/dm/
bta_dm_api.c 587 ** p_services - return the BTA service mask
593 void BTA_GetEirService( UINT8 *p_eir, tBTA_SERVICE_MASK *p_services )
609 *p_services |= mask;
617 *p_services |= BTA_HSP_SERVICE_MASK;
620 *p_services |= BTA_HL_SERVICE_MASK;
623 *p_services |= BTA_HL_SERVICE_MASK;
    [all...]
  /system/bt/btif/src/
btif_gatt_multi_adv_util.c 411 if (NULL == p_multi_adv_data_cb->inst_cb[cbindex].data.p_services)
413 p_multi_adv_data_cb->inst_cb[cbindex].data.p_services =
415 p_multi_adv_data_cb->inst_cb[cbindex].data.p_services->list_cmpl = FALSE;
416 p_multi_adv_data_cb->inst_cb[cbindex].data.p_services->num_service = 0;
417 p_multi_adv_data_cb->inst_cb[cbindex].data.p_services->p_uuid =
419 p_uuid_out16 = p_multi_adv_data_cb->inst_cb[cbindex].data.p_services->p_uuid;
422 if (NULL != p_multi_adv_data_cb->inst_cb[cbindex].data.p_services->p_uuid)
426 ++p_multi_adv_data_cb->inst_cb[cbindex].data.p_services->num_service;
568 if (p_multi_inst_cb->data.p_services != NULL)
570 btif_gattc_cleanup((void**) &p_multi_inst_cb->data.p_services->p_uuid)
    [all...]
  /system/bt/bta/include/
bta_api.h 398 tBTA_BLE_SERVICE *p_services; /* 16 bits services */ member in struct:__anon68797
    [all...]
  /system/bt/stack/btm/
btm_ble_gap.c     [all...]
  /system/bt/stack/include/
btm_ble_api.h 443 tBTM_BLE_SERVICE *p_services; /* services */ member in struct:__anon69573
    [all...]

Completed in 94 milliseconds