Searched refs:p_char (Results 1 – 6 of 6) sorted by relevance
456 const gatt::Characteristic* p_char = in find_descriptor_by_short_uuid() local459 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() local1646 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 …]
71 const gatt::Characteristic* p_char = in find_ccc_handle() local73 if (!p_char) { in find_ccc_handle()78 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_ccc_handle()
1488 const gatt::Characteristic* p_char = in bta_gattc_process_srvc_chg_ind() local1490 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()
2019 const gatt::Characteristic* p_char = in find_ccc_handle() local2022 if (!p_char) { in find_ccc_handle()2027 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_ccc_handle()
2045 const gatt::Characteristic* p_char = in FindCccHandle() local2047 if (!p_char) { in FindCccHandle()2052 for (const gatt::Descriptor& desc : p_char->descriptors) { in FindCccHandle()
2185 const gatt::Characteristic* p_char = in FindCccHandle() local2187 if (!p_char) { in FindCccHandle()2192 for (const gatt::Descriptor& desc : p_char->descriptors) { in FindCccHandle()