/system/bt/bta/gatt/ |
D | bta_gatts_api.c | 173 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()
|
D | bta_gatts_utils.c | 132 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()
|
D | bta_gatts_act.c | 333 UINT16 service_id = 0; in bta_gatts_create_srvc() local
|
D | bta_gatts_int.h | 193 UINT16 service_id; /* service handle */ member
|
/system/bt/service/common/bluetooth/ |
D | gatt_identifier.cpp | 51 const GattIdentifier& service_id) { in CreateCharacteristicId() 183 std::unique_ptr<GattIdentifier> service_id = GetOwningServiceId(); in GetOwningCharacteristicId() local
|
/system/bt/service/test/ |
D | gatt_server_unittest.cpp | 400 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
|
D | parcel_helpers_unittest.cpp | 155 auto service_id = GattIdentifier::CreateServiceId( in TEST() local
|
/system/bt/service/ |
D | gatt_server.h | 216 GattIdentifier service_id; member
|
D | gatt_server_old.cpp | 119 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()
|
D | gatt_server.cpp | 92 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/ |
D | gap_conn.c | 126 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
|
D | gap_int.h | 68 UINT8 service_id; /* Used by BTM */ member
|
/system/bt/service/ipc/binder/ |
D | bluetooth_gatt_server_binder_server.cpp | 67 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/ |
D | parcel_helpers.cpp | 168 int service_id = parcel.readInt32(); in CreateGattIdentifierFromParcel() local
|
D | IBluetoothGattServerCallback.cpp | 165 const bluetooth::GattIdentifier& service_id) { in OnServiceAdded()
|
/system/bt/stack/btm/ |
D | btm_inq.c | 2590 UINT8 service_id; in BTM_HasEirService() local 2641 UINT8 service_id; in BTM_AddEirService() local 2662 UINT8 service_id; in BTM_RemoveEirService() local
|
D | btm_sec.c | 478 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/ |
D | btif_core.c | 1267 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()
|
D | btif_av.c | 1184 bt_status_t btif_av_init(int service_id) in btif_av_init()
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cpp | 307 const bluetooth::GattIdentifier& service_id) { in OnServiceAdded()
|
/system/bt/stack/hid/ |
D | hidh_conn.c | 1021 UINT8 service_id = BTM_SEC_SERVICE_HIDH_NOSEC_CTRL; in hidh_conn_initiate() local
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 494 UINT16 service_id; member 504 UINT16 service_id; member 513 UINT16 service_id; member
|
D | bta_ag_api.h | 325 tBTA_SERVICE_ID service_id; member
|
/system/bt/bta/dm/ |
D | bta_dm_act.c | 2578 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/ |
D | cellular.cc | 629 string service_id; in CreateService() local
|