Home
last modified time | relevance | path

Searched refs:p_char (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc456 const gatt::Characteristic* p_char = in find_descriptor_by_short_uuid() local
459 if (!p_char) { in find_descriptor_by_short_uuid()
464 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_descriptor_by_short_uuid()
1644 const gatt::Characteristic* p_char = in bta_hh_le_input_rpt_notify() local
1646 if (p_char == NULL) { in bta_hh_le_input_rpt_notify()
1653 BTA_GATTC_GetOwningService(p_dev_cb->conn_id, p_char->value_handle); in bta_hh_le_input_rpt_notify()
1655 if (!p_char->uuid.Is16Bit()) { in bta_hh_le_input_rpt_notify()
1656 log::error("Unexpected characteristic len: {}", p_char->uuid.ToString()); in bta_hh_le_input_rpt_notify()
1661 bta_hh_get_uuid16(p_dev_cb, p_char->uuid), in bta_hh_le_input_rpt_notify()
1662 p_char->value_handle); in bta_hh_le_input_rpt_notify()
[all …]
/packages/modules/Bluetooth/system/bta/vc/
Ddevice.cc71 const gatt::Characteristic* p_char = in find_ccc_handle() local
73 if (!p_char) { in find_ccc_handle()
78 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_ccc_handle()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc1488 const gatt::Characteristic* p_char = in bta_gattc_process_srvc_chg_ind() local
1490 if (!p_char) return false; in bta_gattc_process_srvc_chg_ind()
1492 bta_gattc_get_service_for_handle_srcb(p_srcb, p_char->value_handle); in bta_gattc_process_srvc_chg_ind()
1493 if (!p_svc || p_svc->uuid != gattp_uuid || p_char->uuid != srvc_chg_uuid) { in bta_gattc_process_srvc_chg_ind()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc2019 const gatt::Characteristic* p_char = in find_ccc_handle() local
2022 if (!p_char) { in find_ccc_handle()
2027 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_ccc_handle()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc2045 const gatt::Characteristic* p_char = in FindCccHandle() local
2047 if (!p_char) { in FindCccHandle()
2052 for (const gatt::Descriptor& desc : p_char->descriptors) { in FindCccHandle()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc2185 const gatt::Characteristic* p_char = in FindCccHandle() local
2187 if (!p_char) { in FindCccHandle()
2192 for (const gatt::Descriptor& desc : p_char->descriptors) { in FindCccHandle()