Searched defs:is_primary (Results 1 - 13 of 13) sorted by relevance

/system/bt/service/common/bluetooth/
H A Dgatt_identifier.h41 bool is_primary);
53 bool is_primary,
85 bool is_primary() const { return is_primary_; } function in class:bluetooth::final
H A Dgatt_identifier.cpp33 bool is_primary) {
43 gatt_id->is_primary_ = is_primary;
100 bool is_primary,
108 is_primary_(is_primary),
30 CreateServiceId( const std::string& device_address, int id, const UUID& uuid, bool is_primary) argument
98 GattIdentifier( const std::string& device_address, bool is_primary, const UUID& service_uuid, const UUID& characteristic_uuid, const UUID& descriptor_uuid, int service_instance_id, int characteristic_instance_id, int descriptor_instance_id) argument
/system/bt/service/common/bluetooth/binder/
H A DIBluetoothGattServer.cpp65 bool is_primary = data.readInt32(); local
71 server_if, is_primary, *uuid, &out_id);
207 int server_if, bool is_primary, const bluetooth::UUID& uuid,
214 data.writeInt32(is_primary);
206 BeginServiceDeclaration( int server_if, bool is_primary, const bluetooth::UUID& uuid, std::unique_ptr<bluetooth::GattIdentifier>* out_id) argument
H A Dparcel_helpers.cpp148 parcel->writeInt32(gatt_id.is_primary());
162 bool is_primary = parcel.readInt32(); local
174 device_address, is_primary,
/system/bt/bta/gatt/
H A Dbta_gatts_api.c138 ** is_primary: is this service a primary one or not.
144 UINT16 num_handle, BOOLEAN is_primary)
154 p_buf->is_pri = is_primary;
143 BTA_GATTS_CreateService(tBTA_GATTS_IF server_if, tBT_UUID *p_service_uuid, UINT8 inst, UINT16 num_handle, BOOLEAN is_primary) argument
H A Dbta_gattc_cache.c142 APPL_TRACE_ERROR("\t rec[%d] uuid[0x%04x] s_handle[%d] e_handle[%d] is_primary[%d]",
143 i + 1, pp->uuid.uu.uuid16, pp->s_handle, pp->e_handle, pp->is_primary);
203 BOOLEAN is_primary)
214 p_new_srvc->is_primary = is_primary;
500 p_rec->is_primary) == 0)
648 tBT_UUID uuid, BOOLEAN is_primary)
662 p_rec->is_primary = is_primary;
1227 p_cur_srvc->is_primary
200 bta_gattc_add_srvc_to_cache(tBTA_GATTC_SERV *p_srvc_cb, UINT16 s_handle, UINT16 e_handle, tBT_UUID *p_uuid, BOOLEAN is_primary) argument
646 bta_gattc_add_srvc_to_list(tBTA_GATTC_SERV *p_srvc_cb, UINT16 s_handle, UINT16 e_handle, tBT_UUID uuid, BOOLEAN is_primary) argument
1400 bta_gattc_fill_nv_attr(tBTA_GATTC_NV_ATTR *p_attr, UINT8 type, UINT16 s_handle, UINT16 e_handle, tBT_UUID uuid, UINT8 prop, UINT16 incl_srvc_handle, BOOLEAN is_primary) argument
[all...]
H A Dbta_gattc_int.h245 BOOLEAN is_primary; member in struct:__anon167
/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_server_binder_server.cpp55 int server_id, bool is_primary, const bluetooth::UUID& uuid,
67 auto service_id = gatt_server->BeginServiceDeclaration(uuid, is_primary);
54 BeginServiceDeclaration( int server_id, bool is_primary, const bluetooth::UUID& uuid, std::unique_ptr<bluetooth::GattIdentifier>* out_id) argument
/system/bt/service/
H A Dgatt_server.cpp77 const UUID& uuid, bool is_primary) {
80 << ", is_primary: " << is_primary;
92 auto service_id = GetIdForService(uuid, is_primary);
215 const UUID& uuid, bool is_primary) {
230 return GattIdentifier::CreateServiceId("", inst_id, uuid, is_primary);
76 BeginServiceDeclaration( const UUID& uuid, bool is_primary) argument
214 GetIdForService( const UUID& uuid, bool is_primary) argument
/system/bt/stack/gatt/
H A Dgatt_int.h337 BOOLEAN is_primary; member in struct:srv_list_elem
688 extern void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary);
H A Dgatt_utils.c482 if (p_srv->is_primary)
499 void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary) argument
506 gatt_cb.srv_list[i_sreg].is_primary = is_primary;
1414 p_sreg->type = p_list->asgn_range.is_primary ? GATT_UUID_PRI_SERVICE: GATT_UUID_SEC_SERVICE;
/system/bt/bta/include/
H A Dbta_gatt_api.h241 BOOLEAN is_primary; /* used when attribute type is service */ member in struct:__anon352
435 BOOLEAN is_primary; /* primary service or secondary */ member in struct:__anon367
496 BOOLEAN is_primary; member in struct:__anon370
564 BOOLEAN is_primary; member in struct:__anon377
1075 ** is_primary: is this service a primary one or not.
1081 UINT8 inst, UINT16 num_handle, BOOLEAN is_primary);
/system/bt/stack/include/
H A Dgatt_api.h610 BOOLEAN is_primary; /* primary service or secondary */ member in struct:__anon1160

Completed in 514 milliseconds