1 change: 1 addition & 0 deletions 1 examples/bluetooth/bluedroid/ble/gatt_security_server/main/CMakeLists.txt Original file line numberDiff line numberDiff line change @@ -1,2 +1,3 @@ idf_component_register(SRCS "example_ble_sec_gatts_demo.c" INCLUDE_DIRS ".") target_compile_options...
When I try to compile the example ble_ibeacon_example in mode IBEACON_RECEIVER, the source file esp_gap_ble_api.c is not included in the compilation. It compiles well with mode IBEACON_SENDER. This is the compilation output for IBEACON_R...
E (47456) BT: BLE HCI(id=62) event = 0x0a) E (47456) BT: btm_identity_addr_to_random_pseudo E (47456) BT: btm_ble_resolve_random_addr E (47456) BT: btm_ble_match_random_bda rec_index = 0 E (47456) BT: sec_flags = 00 device_type = 0 E (47466) BT: btm_ble_match_ra...