Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_le.cc461 const gatt::Characteristic* p_char = in find_descriptor_by_short_uuid() local
464 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() local
1566 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 …]
/system/bt/bta/gatt/
Dbta_gattc_act.cc1134 const gatt::Characteristic* p_char = in bta_gattc_process_srvc_chg_ind() local
1136 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()
/system/bt/bta/hearing_aid/
Dhearing_aid.cc1623 const gatt::Characteristic* p_char = in find_ccc_handle() local
1626 if (!p_char) { in find_ccc_handle()
1631 for (const gatt::Descriptor& desc : p_char->descriptors) { in find_ccc_handle()