Searched refs:app_uuid128 (Results 1 – 6 of 6) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_api.cc | 211 list.asgn_range.app_uuid128 = p_reg->app_uuid128; in GATTS_AddService() 307 elem.app_uuid = list.asgn_range.app_uuid128; in GATTS_AddService() 330 bool is_active_service(const Uuid& app_uuid128, Uuid* p_svc_uuid, in is_active_service() argument 335 if (p_this_uuid && app_uuid128 == info.app_uuid && in is_active_service() 369 gatt_find_hdl_buffer_by_app_id(p_reg->app_uuid128, p_svc_uuid, svc_inst); in GATTS_DeleteService() 375 if (is_active_service(p_reg->app_uuid128, p_svc_uuid, svc_inst)) { in GATTS_DeleteService() 991 tGATT_IF GATT_Register(const Uuid& app_uuid128, std::string name, in GATT_Register() argument 999 if (p_reg->in_use && p_reg->app_uuid128 == app_uuid128) { in GATT_Register() 1001 << app_uuid128; in GATT_Register() 1011 p_reg->app_uuid128 = app_uuid128; in GATT_Register() [all …]
|
D | gatt_utils.cc | 213 const Uuid& app_uuid128, Uuid* p_svc_uuid, uint16_t start_handle) { in gatt_find_hdl_buffer_by_app_id() argument 217 if (app_uuid128 == it->asgn_range.app_uuid128 && in gatt_find_hdl_buffer_by_app_id() 235 if (app_id == it->asgn_range.app_uuid128) { in gatt_free_srvc_db_buffer_app_id()
|
D | gatt_int.h | 190 bluetooth::Uuid app_uuid128; member 525 const bluetooth::Uuid& app_uuid128, bluetooth::Uuid* p_svc_uuid,
|
/system/bt/test/mock/ |
D | mock_stack_gatt.cc | 76 bool is_active_service(const Uuid& app_uuid128, Uuid* p_svc_uuid, in is_active_service() argument 85 tGATT_IF GATT_Register(const Uuid& app_uuid128, std::string name, in GATT_Register() argument
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 298 bluetooth::Uuid app_uuid128; member
|
/system/bt/stack/include/ |
D | gatt_api.h | 701 bluetooth::Uuid app_uuid128; member
|