Handles the functionalities of peer searching process.
Modules | |
Peer Search Initiator | |
This module handles the Peer search Initiation Process. | |
Peer Search Receptor | |
This module handles the Peer search Receptor Process. | |
Data Structures | |
struct | peer_search_receptor_arg_t |
Structure to hold the peer device's short address and ieee address. More... | |
struct | peer_state_function_t |
Structure to hold the the function pointers to handle various Peer Search Process tasks. More... | |
Macros | |
#define | PEER_CONFIRM (0x03) |
#define | PEER_REQUEST (0x01) |
#define | PEER_RESPONSE (0x02) |
#define | PER_TEST_MODE (0x02) |
#define | RANGE_MEASURE_MODE (0x01) |
#define PEER_CONFIRM (0x03) |
Referenced by send_peer_conf(), and wait_for_conf_rx_cb().
#define PEER_REQUEST (0x01) |
Referenced by send_peer_req(), and wait_for_event_rx_cb().
#define PEER_RESPONSE (0x02) |
Referenced by peer_req_send_rx_cb(), and send_peer_rsp().
#define PER_TEST_MODE (0x02) |
Referenced by send_peer_req(), and wait_for_event_rx_cb().
#define RANGE_MEASURE_MODE (0x01) |
Referenced by send_peer_req(), and wait_for_event_rx_cb().