Home
last modified time | relevance | path

Searched refs:APP_PRINT_INFO1 (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_central/
A Dble_central_client_app.c400 APP_PRINT_INFO1("GAP_MSG_LE_BOND_PASSKEY_INPUT: conn_id %d", conn_id); in ble_central_app_handle_gap_msg()
412 APP_PRINT_INFO1("GAP_MSG_LE_BOND_OOB_INPUT: conn_id %d", conn_id); in ble_central_app_handle_gap_msg()
468 APP_PRINT_INFO1("GAP_ADTYPE_FLAGS: 0x%x", flags); in ble_central_app_parse_scan_info()
483 APP_PRINT_INFO1("GAP_ADTYPE_16BIT_XXX: 0x%x", *p_uuid++); in ble_central_app_parse_scan_info()
499 APP_PRINT_INFO1("GAP_ADTYPE_32BIT_XXX: 0x%x", *p_uuid++); in ble_central_app_parse_scan_info()
525 APP_PRINT_INFO1("GAP_ADTYPE_LOCAL_NAME_XXX: %s", TRACE_STRING(buffer)); in ble_central_app_parse_scan_info()
533 APP_PRINT_INFO1("GAP_ADTYPE_POWER_LEVEL: 0x%x", scan_info->data[pos + 1]); in ble_central_app_parse_scan_info()
566 APP_PRINT_INFO1("GAP_ADTYPE_APPEARANCE: %d", *p_appearance); in ble_central_app_parse_scan_info()
1013 APP_PRINT_INFO1("READ VALUE: %b", in ble_central_gcs_client_callback()
1036 APP_PRINT_INFO1("INDICATION VALUE: %b", in ble_central_gcs_client_callback()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_peripheral/
A Dperipheral_app.c346 APP_PRINT_INFO1("GAP_MSG_LE_BOND_PASSKEY_DISPLAY:passkey %d", display_value); in app_handle_gap_msg()
356 APP_PRINT_INFO1("GAP_MSG_LE_BOND_USER_CONFIRMATION: passkey %d", display_value); in app_handle_gap_msg()
365 APP_PRINT_INFO1("GAP_MSG_LE_BOND_PASSKEY_INPUT: conn_id %d", conn_id); in app_handle_gap_msg()
449 APP_PRINT_INFO1("PROFILE_EVT_SRV_REG_COMPLETE: result %d", in app_profile_callback()
571 APP_PRINT_INFO1("BAS_READ_BATTERY_LEVEL: battery_level %d", battery_level); in app_profile_callback()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/ble/profile/client/
A Dgaps_client.c110 APP_PRINT_INFO1("gaps_read: charType = %d", read_type); in gaps_read()
287 APP_PRINT_INFO1("gaps_client_discover_state_cb: discovery_state %d", discovery_state); in gaps_client_discover_state_cb()
336 APP_PRINT_INFO1("gap_client_discover_result_cb: result_type = %d", result_type); in gaps_client_discover_result_cb()
492 APP_PRINT_INFO1("gaps_add_client: client ID = %d", gaps_client); in gaps_add_client()
A Dbas_client.c317 APP_PRINT_INFO1("bas_client_discover_state_cb: discovery_state = %d", discovery_state); in bas_client_discover_state_cb()
386 APP_PRINT_INFO1("bas_client_discover_result_cb: result_type = %d", result_type); in bas_client_discover_result_cb()
604 APP_PRINT_INFO1("bas_add_client: client id %d", bas_client); in bas_add_client()
A Dancs_client.c295 APP_PRINT_INFO1("ancs_client_discover_state_cb: discoveryState = %d", discovery_state); in ancs_client_discover_state_cb()
352 APP_PRINT_INFO1("gap_client_discover_result_cb: resultType = %d", result_type); in ancs_client_discover_result_cb()
560 APP_PRINT_INFO1("ancs_add_client: client ID = %d", ancs_client_id); in ancs_add_client()
A Dgcs_client.c264 APP_PRINT_INFO1("gcs discovery_state %d", discovery_state); in gcs_client_discover_state_cb()
288 APP_PRINT_INFO1("gcs_client_discover_result_cb: result_type = %d", result_type); in gcs_client_discover_result_cb()
417 APP_PRINT_INFO1("gcs_add_client: client id %d", gcs_cl_id); in gcs_add_client()
A Dsimple_ble_client.c361 APP_PRINT_INFO1("simp_ble_client_discover_state_cb: discovery_state %d", discovery_state); in simp_ble_client_discover_state_cb()
436 APP_PRINT_INFO1("simp_ble_client_discover_result_cb: result_type %d", result_type); in simp_ble_client_discover_result_cb()
717 APP_PRINT_INFO1("simp_ble_add_client: simp_client %d", simp_client); in simp_ble_add_client()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_config/
A Dbt_config_peripheral_app.c429 APP_PRINT_INFO1("GAP_MSG_LE_BOND_PASSKEY_DISPLAY:passkey %d", display_value); in bt_config_app_handle_gap_msg()
439 APP_PRINT_INFO1("GAP_MSG_LE_BOND_USER_CONFIRMATION: passkey %d", display_value); in bt_config_app_handle_gap_msg()
448 APP_PRINT_INFO1("GAP_MSG_LE_BOND_PASSKEY_INPUT: conn_id %d", conn_id); in bt_config_app_handle_gap_msg()
523 APP_PRINT_INFO1("PROFILE_EVT_SRV_REG_COMPLETE: result %d", in bt_config_app_profile_callback()
A Dbt_config_service.c175 APP_PRINT_INFO1("bt_config_service_attr_write_cb write_type = 0x%x", write_type); in bt_config_service_attr_write_cb()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/vendor_cmd/
A Dvendor_cmd.c36APP_PRINT_INFO1("mailbox_to_bt_set_profile_report: gap_init_state: 0x%x", new_state.gap_init_state… in mailbox_to_bt_set_profile_report()
175 APP_PRINT_INFO1("GAP_MSG_VENDOR_EVT_INFO: param_len %d", in app_gap_vendor_callback()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/ble/profile/server/
A Dhids_rmc.c642 APP_PRINT_INFO1("--> host write voice output 0x%x ", *p_value); in hids_attr_write_cb()
656 APP_PRINT_INFO1("--> host write hids_protocol_mode %d ", in hids_attr_write_cb()
668 APP_PRINT_INFO1("--> host write hids_suspand_mode %d", in hids_attr_write_cb()
A Dsimple_ble_service.c310 APP_PRINT_INFO1("simp_ble_service_attr_write_cb write_type = 0x%x", write_type); in simp_ble_service_attr_write_cb()
A Dhids.c728 APP_PRINT_INFO1("hids_send_report data_len %d", data_len); in hids_send_report()
A Dhids_kb.c806 APP_PRINT_INFO1("hids_send_report data_len %d", data_len); in hids_send_report()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/data_uart/
A Ddata_uart.c204 APP_PRINT_INFO1("data_uart_irq: LSR %08x interrupt", reg_val); in data_uart_irq()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/platform/
A Dtrace_app.h86 #define APP_PRINT_INFO1(fmt, arg0) \ macro

Completed in 21 milliseconds