Searched refs:hal_id (Results 1 - 4 of 4) sorted by relevance

/system/bt/service/hal/
H A Dgatt_helpers.cpp24 void GetHALServiceId(const GattIdentifier& id, btgatt_srvc_id_t* hal_id) { argument
25 CHECK(hal_id);
28 memset(hal_id, 0, sizeof(*hal_id));
29 hal_id->is_primary = id.is_primary();
30 hal_id->id.inst_id = id.service_instance_id();
31 hal_id->id.uuid = id.service_uuid().GetBlueDroid();
H A Dgatt_helpers.h33 void GetHALServiceId(const GattIdentifier& id, btgatt_srvc_id_t* hal_id);
/system/bt/service/test/
H A Dgatt_server_unittest.cpp433 btgatt_srvc_id_t hal_id; local
434 hal::GetHALServiceId(*service_id, &hal_id);
439 BT_STATUS_SUCCESS, kDefaultServerId + 1, hal_id, srvc_handle);
448 BT_STATUS_SUCCESS, kDefaultServerId, hal_id, srvc_handle);
483 btgatt_srvc_id_t hal_id; local
484 hal::GetHALServiceId(*service_id, &hal_id);
494 BT_STATUS_FAIL, kDefaultServerId, hal_id, srvc_handle);
511 BT_STATUS_SUCCESS, kDefaultServerId, hal_id, srvc_handle);
522 BT_STATUS_SUCCESS, kDefaultServerId, hal_id, srvc_handle);
552 btgatt_srvc_id_t hal_id; local
721 btgatt_srvc_id_t hal_id; local
[all...]
/system/bt/service/
H A Dgatt_server.cpp196 btgatt_srvc_id_t hal_id; local
197 hal::GetHALServiceId(*service_id, &hal_id);
201 server_id_, &hal_id, pending_decl_->num_handles);

Completed in 111 milliseconds