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

  /system/bt/bta/gatt/
bta_gattc_cache.c 51 tBTA_GATTC_SERVICE* bta_gattc_find_matching_service(const list_t *services, UINT16 handle);
94 tBTA_GATTC_SERVICE *p_cur_srvc = data;
185 tBTA_GATTC_SERVICE *srvc = ptr;
209 tBTA_GATTC_SERVICE *p_new_srvc = osi_malloc(sizeof(tBTA_GATTC_SERVICE));
240 tBTA_GATTC_SERVICE *service = bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, attr_handle);
287 tBTA_GATTC_SERVICE *service = bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, handle);
    [all...]
bta_gattc_int.h 280 list_t *p_srvc_cache; /* list of tBTA_GATTC_SERVICE */
483 extern const tBTA_GATTC_SERVICE* bta_gattc_get_service_for_handle(UINT16 conn_id, UINT16 handle);
  /system/bt/bta/include/
bta_gatt_api.h 570 } __attribute__((packed)) tBTA_GATTC_SERVICE;
577 tBTA_GATTC_SERVICE *service; /* owning service*/
592 tBTA_GATTC_SERVICE *owning_service; /* owning service*/
593 tBTA_GATTC_SERVICE *included_service;
723 ** Returns returns list_t of tBTA_GATTC_SERVICE or NULL.
    [all...]
  /system/bt/bta/hh/
bta_hh_le.c     [all...]

Completed in 431 milliseconds