Home
last modified time | relevance | path

Searched refs:gatt_uuid_compare (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/gatt/
Dgatt_db.c365 if (p_attr->handle >= s_handle && gatt_uuid_compare(type, attr_uuid)) in gatts_db_read_attr_value_by_type()
544 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
548 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
552 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
556 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
560 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
564 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
568 if (gatt_uuid_compare(std_descr, * p_descr_uuid)) in gatt_convertchar_descr_type()
Dgatt_utils.c192 if ( gatt_uuid_compare (*p_app_uuid128, p->app_uuid128) in gatt_sr_is_new_srv_chg()
193 && gatt_uuid_compare (*p_svc_uuid, p->svc_uuid) in gatt_sr_is_new_srv_chg()
351 if ( gatt_uuid_compare (*p_app_uuid128, p_list->asgn_range.app_uuid128) in gatt_find_hdl_buffer_by_app_id()
352 && gatt_uuid_compare (*p_svc_uuid, p_list->asgn_range.svc_uuid) in gatt_find_hdl_buffer_by_app_id()
432 if (gatt_uuid_compare(value, *p_svc_uuid)) in gatt_is_last_attribute()
1000 BOOLEAN gatt_uuid_compare (tBT_UUID src, tBT_UUID tar) in gatt_uuid_compare() function
1323 gatt_uuid_compare (*p_app_uuid128, p_sreg->app_uuid ) && in gatt_sr_find_i_rcb_by_app_id()
1324 gatt_uuid_compare (*p_svc_uuid, *p_this_uuid) && in gatt_sr_find_i_rcb_by_app_id()
Dgatt_sr.c573 gatt_uuid_compare(value, *p_uuid)) in gatt_build_primary_service_rsp()
775 if (gatt_uuid_compare(uuid, primary_service)) in gatts_process_primary_service_req()
Dgatt_int.h583 extern BOOLEAN gatt_uuid_compare(tBT_UUID src, tBT_UUID tar);
Dgatt_cl.c898 if (!gatt_uuid_compare(record_value.dclr_value.char_uuid, p_clcb->uuid)) in gatt_process_read_by_type_rsp()