Component/bt: fix build warning when bluedroid disable log

This commit is contained in:
zhiweijian
2019-03-15 20:59:55 +08:00
parent 13018449fe
commit 78d32f2e8b
17 changed files with 62 additions and 5 deletions

View File

@@ -437,6 +437,9 @@ void gap_attr_db_init(void)
memset (&app_uuid.uu.uuid128, 0x81, LEN_UUID_128);
status = GATTS_StartService(gap_cb.gatt_if, service_handle, GAP_TRANSPORT_SUPPORTED );
#if (CONFIG_BT_STACK_NO_LOG)
(void) status;
#endif
GAP_TRACE_EVENT ("GAP App gatt_if: %d s_hdl = %d start_status=%d",
gap_cb.gatt_if, service_handle, status);