/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_central/ |
A D | ble_central_client_app.c | 400 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 D | peripheral_app.c | 346 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 D | gaps_client.c | 110 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 D | bas_client.c | 317 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 D | ancs_client.c | 295 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 D | gcs_client.c | 264 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 D | simple_ble_client.c | 361 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 D | bt_config_peripheral_app.c | 429 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 D | bt_config_service.c | 175 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 D | vendor_cmd.c | 36 …APP_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 D | hids_rmc.c | 642 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 D | simple_ble_service.c | 310 APP_PRINT_INFO1("simp_ble_service_attr_write_cb write_type = 0x%x", write_type); in simp_ble_service_attr_write_cb()
|
A D | hids.c | 728 APP_PRINT_INFO1("hids_send_report data_len %d", data_len); in hids_send_report()
|
A D | hids_kb.c | 806 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 D | data_uart.c | 204 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 D | trace_app.h | 86 #define APP_PRINT_INFO1(fmt, arg0) \ macro
|