Home
last modified time | relevance | path

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

/system/bt/bta/hh/
Dbta_hh_le.cc462 const tBTA_GATTC_CHARACTERISTIC* p_char = in find_descriptor_by_short_uuid() local
465 if (!p_char) { in find_descriptor_by_short_uuid()
470 for (const tBTA_GATTC_DESCRIPTOR& desc : p_char->descriptors) { in find_descriptor_by_short_uuid()
1568 const tBTA_GATTC_CHARACTERISTIC* p_char = in bta_hh_le_input_rpt_notify() local
1570 if (p_char == NULL) { in bta_hh_le_input_rpt_notify()
1582 p_char->uuid.As16Bit(), p_char->value_handle); in bta_hh_le_input_rpt_notify()
1587 __func__, p_char->uuid.ToString().c_str(), p_char->value_handle); in bta_hh_le_input_rpt_notify()
1591 if (p_char->uuid == Uuid::From16Bit(GATT_UUID_HID_BT_MOUSE_INPUT)) in bta_hh_le_input_rpt_notify()
1593 else if (p_char->uuid == Uuid::From16Bit(GATT_UUID_HID_BT_KB_INPUT)) in bta_hh_le_input_rpt_notify()
1722 const tBTA_GATTC_CHARACTERISTIC* p_char = in read_report_cb() local
[all …]
/system/bt/bta/gatt/
Dbta_gattc_act.cc1127 const tBTA_GATTC_CHARACTERISTIC* p_char = in bta_gattc_process_srvc_chg_ind() local
1129 if (!p_char) return false; in bta_gattc_process_srvc_chg_ind()
1131 bta_gattc_get_service_for_handle_srcb(p_srcb, p_char->value_handle); in bta_gattc_process_srvc_chg_ind()
1132 if (!p_svc || p_svc->uuid != gattp_uuid || p_char->uuid != srvc_chg_uuid) { in bta_gattc_process_srvc_chg_ind()