Searched defs:is_primary (Results 1 – 13 of 13) sorted by relevance
/system/bt/service/common/bluetooth/ |
D | gatt_identifier.h | 85 bool is_primary() const { return is_primary_; } in is_primary() function
|
D | gatt_identifier.cpp | 33 bool is_primary) { in CreateServiceId() 100 bool is_primary, in GattIdentifier()
|
/system/bt/service/common/bluetooth/binder/ |
D | IBluetoothGattServer.cpp | 65 bool is_primary = data.readInt32(); in onTransact() local 207 int server_if, bool is_primary, const bluetooth::UUID& uuid, in BeginServiceDeclaration()
|
D | parcel_helpers.cpp | 162 bool is_primary = parcel.readInt32(); in CreateGattIdentifierFromParcel() local
|
/system/bt/bta/gatt/ |
D | bta_gatts_api.c | 144 UINT16 num_handle, BOOLEAN is_primary) in BTA_GATTS_CreateService()
|
D | bta_gattc_cache.c | 203 BOOLEAN is_primary) in bta_gattc_add_srvc_to_cache() 649 tBT_UUID uuid, BOOLEAN is_primary) in bta_gattc_add_srvc_to_list() 1403 BOOLEAN is_primary) in bta_gattc_fill_nv_attr()
|
D | bta_gattc_int.h | 245 BOOLEAN is_primary; member
|
/system/bt/service/ |
D | gatt_server.cpp | 77 const UUID& uuid, bool is_primary) { in BeginServiceDeclaration() 215 const UUID& uuid, bool is_primary) { in GetIdForService()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 241 BOOLEAN is_primary; /* used when attribute type is service */ member 435 BOOLEAN is_primary; /* primary service or secondary */ member 496 BOOLEAN is_primary; member 564 BOOLEAN is_primary; member
|
/system/bt/service/ipc/binder/ |
D | bluetooth_gatt_server_binder_server.cpp | 55 int server_id, bool is_primary, const bluetooth::UUID& uuid, in BeginServiceDeclaration()
|
/system/bt/stack/gatt/ |
D | gatt_utils.c | 499 void gatts_update_srv_list_elem(UINT8 i_sreg, UINT16 handle, BOOLEAN is_primary) in gatts_update_srv_list_elem()
|
D | gatt_int.h | 337 BOOLEAN is_primary; member
|
/system/bt/stack/include/ |
D | gatt_api.h | 610 BOOLEAN is_primary; /* primary service or secondary */ member
|