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

  /system/bt/bta/include/
bta_gatt_api.h 378 struct tBTA_GATTC_DESCRIPTOR;
397 std::vector<tBTA_GATTC_DESCRIPTOR> descriptors;
400 struct tBTA_GATTC_DESCRIPTOR {
575 * Returns returns pointer to tBTA_GATTC_DESCRIPTOR or NULL.
578 extern const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(uint16_t conn_id,
    [all...]
  /system/bt/bta/gatt/
bta_gattc_cache.cc 56 const tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor_srcb(
107 for (const tBTA_GATTC_DESCRIPTOR& d : c.descriptors) {
240 tBTA_GATTC_DESCRIPTOR{.handle = handle, .uuid = uuid});
686 const tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor_srcb(
696 for (const tBTA_GATTC_DESCRIPTOR& desc : charac.descriptors) {
704 const tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor(uint16_t conn_id,
722 for (const tBTA_GATTC_DESCRIPTOR& desc : charac.descriptors) {
849 for (const tBTA_GATTC_DESCRIPTOR& desc : charac.descriptors) {
    [all...]
bta_gattc_api.cc 304 * Returns returns pointer to tBTA_GATTC_DESCRIPTOR or NULL.
307 const tBTA_GATTC_DESCRIPTOR* BTA_GATTC_GetDescriptor(uint16_t conn_id,
bta_gattc_int.h 440 extern const tBTA_GATTC_DESCRIPTOR* bta_gattc_get_descriptor(uint16_t conn_id,
  /system/bt/bta/hh/
bta_hh_le.cc 460 static const tBTA_GATTC_DESCRIPTOR* find_descriptor_by_short_uuid(
470 for (const tBTA_GATTC_DESCRIPTOR& desc : p_char->descriptors) {
489 const tBTA_GATTC_DESCRIPTOR* p_desc =
674 const tBTA_GATTC_DESCRIPTOR* p_desc = find_descriptor_by_short_uuid(
    [all...]

Completed in 158 milliseconds