|
1 | 1 | /* |
2 | | - * NimBLEAddress.h |
| 2 | + * Copyright 2020-2024 Ryan Powell <[email protected]> and |
| 3 | + * esp-nimble-cpp, NimBLE-Arduino contributors. |
3 | 4 | * |
4 | | - * Created: on Jan 24 2020 |
5 | | - * Author H2zero |
| 5 | + * Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | + * you may not use this file except in compliance with the License. |
| 7 | + * You may obtain a copy of the License at |
6 | 8 | * |
7 | | - * Originally: |
| 9 | + * http://www.apache.org/licenses/LICENSE-2.0 |
8 | 10 | * |
9 | | - * BLEAddress.h |
10 | | - * |
11 | | - * Created on: Jul 2, 2017 |
12 | | - * Author: kolban |
| 11 | + * Unless required by applicable law or agreed to in writing, software |
| 12 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | + * See the License for the specific language governing permissions and |
| 15 | + * limitations under the License. |
13 | 16 | */ |
14 | 17 |
|
15 | 18 | #ifndef NIMBLE_CPP_ADDRESS_H_ |
@@ -59,8 +62,8 @@ class NimBLEAddress : private ble_addr_t { |
59 | 62 | const NimBLEAddress& reverseByteOrder(); |
60 | 63 | bool operator==(const NimBLEAddress& rhs) const; |
61 | 64 | bool operator!=(const NimBLEAddress& rhs) const; |
62 | | - operator std::string() const; |
63 | | - operator uint64_t() const; |
| 65 | + operator std::string() const; |
| 66 | + operator uint64_t() const; |
64 | 67 | }; |
65 | 68 |
|
66 | 69 | #endif /* CONFIG_BT_ENABLED */ |
|
0 commit comments