Home
last modified time | relevance | path

Searched defs:service_id (Results 1 – 25 of 27) sorted by relevance

12

/system/bt/bta/gatt/
Dbta_gatts_api.c173 void BTA_GATTS_AddIncludeService(UINT16 service_id, UINT16 included_service_id) in BTA_GATTS_AddIncludeService()
200 void BTA_GATTS_AddCharacteristic (UINT16 service_id, tBT_UUID *p_char_uuid, in BTA_GATTS_AddCharacteristic()
233 void BTA_GATTS_AddCharDescriptor (UINT16 service_id, in BTA_GATTS_AddCharDescriptor()
261 void BTA_GATTS_DeleteService(UINT16 service_id) in BTA_GATTS_DeleteService()
283 void BTA_GATTS_StartService(UINT16 service_id, tBTA_GATT_TRANSPORT sup_transport) in BTA_GATTS_StartService()
306 void BTA_GATTS_StopService(UINT16 service_id) in BTA_GATTS_StopService()
Dbta_gatts_utils.c132 tBTA_GATTS_SRVC_CB * bta_gatts_find_srvc_cb_by_srvc_id(tBTA_GATTS_CB *p_cb, UINT16 service_id) in bta_gatts_find_srvc_cb_by_srvc_id()
Dbta_gatts_act.c333 UINT16 service_id = 0; in bta_gatts_create_srvc() local
Dbta_gatts_int.h193 UINT16 service_id; /* service handle */ member
/system/bt/service/common/bluetooth/
Dgatt_identifier.cpp51 const GattIdentifier& service_id) { in CreateCharacteristicId()
183 std::unique_ptr<GattIdentifier> service_id = GetOwningServiceId(); in GetOwningCharacteristicId() local
/system/bt/service/test/
Dgatt_server_unittest.cpp400 auto service_id = gatt_server_->BeginServiceDeclaration(uuid, true); in TEST_F() local
482 auto service_id = gatt_server_->BeginServiceDeclaration(uuid, true); in TEST_F() local
550 auto service_id = gatt_server_->BeginServiceDeclaration(service_uuid, true); in TEST_F() local
720 auto service_id = gatt_server_->BeginServiceDeclaration(service_uuid, true); in TEST_F() local
Dparcel_helpers_unittest.cpp155 auto service_id = GattIdentifier::CreateServiceId( in TEST() local
/system/bt/service/
Dgatt_server.h216 GattIdentifier service_id; member
Dgatt_server_old.cpp119 btgatt_srvc_id_t service_id; member
139 btgatt_srvc_id_t service_id; in RegisterServerCallback() local
541 bool Server::Initialize(const UUID& service_id, int* gatt_pipe) { in Initialize()
Dgatt_server.cpp92 auto service_id = GetIdForService(uuid, is_primary); in BeginServiceDeclaration() local
192 std::unique_ptr<GattIdentifier> service_id = PopNextId(); in EndServiceDeclaration() local
/system/bt/stack/gap/
Dgap_conn.c126 UINT16 GAP_ConnOpen (char *p_serv_name, UINT8 service_id, BOOLEAN is_server, in GAP_ConnOpen()
1203 UINT8 service_id = p_ccb->service_id; in gap_release_ccb() local
Dgap_int.h68 UINT8 service_id; /* Used by BTM */ member
/system/bt/service/ipc/binder/
Dbluetooth_gatt_server_binder_server.cpp67 auto service_id = gatt_server->BeginServiceDeclaration(uuid, is_primary); in BeginServiceDeclaration() local
145 const bluetooth::GattIdentifier& service_id) { in EndServiceDeclaration()
/system/bt/service/common/bluetooth/binder/
Dparcel_helpers.cpp168 int service_id = parcel.readInt32(); in CreateGattIdentifierFromParcel() local
DIBluetoothGattServerCallback.cpp165 const bluetooth::GattIdentifier& service_id) { in OnServiceAdded()
/system/bt/stack/btm/
Dbtm_inq.c2590 UINT8 service_id; in BTM_HasEirService() local
2641 UINT8 service_id; in BTM_AddEirService() local
2662 UINT8 service_id; in BTM_RemoveEirService() local
Dbtm_sec.c478 BOOLEAN BTM_SetSecurityLevel (BOOLEAN is_originator, char *p_name, UINT8 service_id, in BTM_SetSecurityLevel()
517 …atic BOOLEAN btm_sec_set_security_level (CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id, in btm_sec_set_security_level()
746 UINT8 BTM_SecClrService (UINT8 service_id) in BTM_SecClrService()
1960 void BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id) in BTM_SetOutService()
5540 UINT8 service_id; in btm_sec_start_authorization() local
/system/bt/btif/src/
Dbtif_core.c1267 bt_status_t btif_enable_service(tBTA_SERVICE_ID service_id) in btif_enable_service()
1301 bt_status_t btif_disable_service(tBTA_SERVICE_ID service_id) in btif_disable_service()
Dbtif_av.c1184 bt_status_t btif_av_init(int service_id) in btif_av_init()
/system/bt/service/example/heart_rate/
Dheart_rate_server.cpp307 const bluetooth::GattIdentifier& service_id) { in OnServiceAdded()
/system/bt/stack/hid/
Dhidh_conn.c1021 UINT8 service_id = BTM_SEC_SERVICE_HIDH_NOSEC_CTRL; in hidh_conn_initiate() local
/system/bt/bta/include/
Dbta_gatt_api.h494 UINT16 service_id; member
504 UINT16 service_id; member
513 UINT16 service_id; member
Dbta_ag_api.h325 tBTA_SERVICE_ID service_id; member
/system/bt/bta/dm/
Dbta_dm_act.c2578 UINT8 *service_name, UINT8 service_id, BOOLEAN is_originator) in bta_dm_authorize_cback()
5357 static void bta_dm_gatt_disc_result(tBTA_GATT_ID service_id) in bta_dm_gatt_disc_result()
/system/connectivity/shill/cellular/
Dcellular.cc629 string service_id; in CreateService() local

12