Home
last modified time | relevance | path

Searched refs:BT_UUID_CUSTOM_SERVICE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/include/
Dcommon.h21 #define BT_UUID_CUSTOM_SERVICE BT_UUID_DECLARE_128(CUSTOM_SERVICE_TYPE) macro
/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c45 BT_GATT_SERVICE_DEFINE(key_mat, BT_GATT_PRIMARY_SERVICE(BT_UUID_CUSTOM_SERVICE),
/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c496 err = gatt_discover_primary_service(default_conn, BT_UUID_CUSTOM_SERVICE, &start_handle, in run_central_sample()