Searched refs:p_char (Results 1 – 3 of 3) sorted by relevance
461 const gatt::Characteristic* p_char = in find_descriptor_by_short_uuid() local464 if (!p_char) { in find_descriptor_by_short_uuid()469 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_descriptor_by_short_uuid()1564 const gatt::Characteristic* p_char = in bta_hh_le_input_rpt_notify() local1566 if (p_char == NULL) { in bta_hh_le_input_rpt_notify()1577 BTA_GATTC_GetOwningService(p_dev_cb->conn_id, p_char->value_handle); in bta_hh_le_input_rpt_notify()1580 p_dev_cb, p_svc->handle, p_char->uuid.As16Bit(), p_char->value_handle); in bta_hh_le_input_rpt_notify()1585 __func__, p_char->uuid.ToString().c_str(), p_char->value_handle); in bta_hh_le_input_rpt_notify()1589 if (p_char->uuid == Uuid::From16Bit(GATT_UUID_HID_BT_MOUSE_INPUT)) in bta_hh_le_input_rpt_notify()1591 else if (p_char->uuid == Uuid::From16Bit(GATT_UUID_HID_BT_KB_INPUT)) in bta_hh_le_input_rpt_notify()[all …]
1134 const gatt::Characteristic* p_char = in bta_gattc_process_srvc_chg_ind() local1136 if (!p_char) return false; in bta_gattc_process_srvc_chg_ind()1138 bta_gattc_get_service_for_handle_srcb(p_srcb, p_char->value_handle); in bta_gattc_process_srvc_chg_ind()1139 if (!p_svc || p_svc->uuid != gattp_uuid || p_char->uuid != srvc_chg_uuid) { in bta_gattc_process_srvc_chg_ind()
1623 const gatt::Characteristic* p_char = in find_ccc_handle() local1626 if (!p_char) { in find_ccc_handle()1631 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_ccc_handle()