Home
last modified time | relevance | path

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

/btstack/test/mesh/
H A Dmesh_pts.c81 static uint16_t test_destination = 0x0001; variable
418 printf("Destination: %04x\n", test_destination); in show_usage()
478 test_destination = 0x0001; in stdin_process()
481 test_destination = pts_virtual_addresss->pseudo_dst; in stdin_process()
484 test_destination = 0xd000; in stdin_process()
487 test_destination = MESH_ADDRESS_ALL_PROXIES; in stdin_process()
490 test_destination = MESH_ADDRESS_ALL_FRIENDS; in stdin_process()
493 test_destination = MESH_ADDRESS_ALL_RELAYS; in stdin_process()
496 test_destination = MESH_ADDRESS_ALL_NODES; in stdin_process()
499 send_pts_network_messsage(test_destination, ttl); in stdin_process()
[all …]