Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.cc193 list.asgn_range.app_uuid128 = p_reg->app_uuid128; in GATTS_AddService()
283 elem.app_uuid = list.asgn_range.app_uuid128; in GATTS_AddService()
305 bool is_active_service(const Uuid& app_uuid128, Uuid* p_svc_uuid, in is_active_service() argument
310 if (p_this_uuid && app_uuid128 == info.app_uuid && in is_active_service()
344 gatt_find_hdl_buffer_by_app_id(p_reg->app_uuid128, p_svc_uuid, svc_inst); in GATTS_DeleteService()
352 if (is_active_service(p_reg->app_uuid128, p_svc_uuid, svc_inst)) { in GATTS_DeleteService()
941 tGATT_IF GATT_Register(const Uuid& app_uuid128, tGATT_CBACK* p_cb_info) { in GATT_Register() argument
946 LOG(INFO) << __func__ << " " << app_uuid128; in GATT_Register()
950 if (p_reg->in_use && p_reg->app_uuid128 == app_uuid128) { in GATT_Register()
961 p_reg->app_uuid128 = app_uuid128; in GATT_Register()
[all …]
Dgatt_utils.cc210 const Uuid& app_uuid128, Uuid* p_svc_uuid, uint16_t start_handle) { in gatt_find_hdl_buffer_by_app_id() argument
214 if (app_uuid128 == it->asgn_range.app_uuid128 && in gatt_find_hdl_buffer_by_app_id()
232 if (app_id == it->asgn_range.app_uuid128) { in gatt_free_srvc_db_buffer_app_id()
Dgatt_int.h191 bluetooth::Uuid app_uuid128; member
464 const bluetooth::Uuid& app_uuid128, bluetooth::Uuid* p_svc_uuid,
/system/bt/bta/include/
Dbta_gatt_api.h267 bluetooth::Uuid app_uuid128; member
/system/bt/stack/include/
Dgatt_api.h602 bluetooth::Uuid app_uuid128; member