Searched refs:app_uuid128 (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_api.cc | 193 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 …]
|
D | gatt_utils.cc | 210 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()
|
D | gatt_int.h | 191 bluetooth::Uuid app_uuid128; member 464 const bluetooth::Uuid& app_uuid128, bluetooth::Uuid* p_svc_uuid,
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 267 bluetooth::Uuid app_uuid128; member
|
/system/bt/stack/include/ |
D | gatt_api.h | 602 bluetooth::Uuid app_uuid128; member
|