Searched refs:scan_rsp_data (Results 1 – 6 of 6) sorted by relevance
118 uint8_t scan_rsp_data[31]; //广播应答数据,实际有效长度30 member
226 memcpy(app_env.scan_rsp_data_buf, g_bt_init->scan_rsp_data, g_bt_init->scan_rsp_data_len); in bt_features_init()230 uint8_t scan_rsp_data[31] = "\x09\xFF\x60\x52\x57\x2D\x42\x4C\x45\0x00"; in bt_features_init() local231 memcpy(app_env.scan_rsp_data_buf, scan_rsp_data, 10); in bt_features_init()
710 uint8_t scan_rsp_data[GAP_SCAN_RSP_DATA_LEN]; member778 uint8_t scan_rsp_data[GAP_SCAN_RSP_DATA_LEN]; member
1851 struct scan_rsp_data struct
2594 struct scan_rsp_data data;
237 memcpy(cmd->info.host.scan_rsp_data, app_env.scan_rsp_data_buf, app_env.scan_rsp_data_len); in appm_start_advertising()
Completed in 655 milliseconds