Searched refs:tPAN_ROLE (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_pan_api.h | 42 std::function<tPAN_RESULT(const RawAddress& rem_bda, tPAN_ROLE src_role, 43 tPAN_ROLE dst_role, uint16_t* handle)> 44 body{[](const RawAddress& /* rem_bda */, tPAN_ROLE /* src_role */, 45 tPAN_ROLE /* dst_role */, 47 tPAN_RESULT operator()(const RawAddress& rem_bda, tPAN_ROLE src_role, in operator() 48 tPAN_ROLE dst_role, uint16_t* handle) { in operator()
|
D | mock_stack_pan_api.cc | 56 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, tPAN_ROLE src_role, in PAN_Connect() 57 tPAN_ROLE dst_role, uint16_t* handle) { in PAN_Connect()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | pan_api.h | 58 typedef uint8_t tPAN_ROLE; typedef 60 inline const std::string pan_role_to_text(const tPAN_ROLE& role) { in pan_role_to_text() 317 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, tPAN_ROLE src_role, 318 tPAN_ROLE dst_role, uint16_t* handle);
|
/packages/modules/Bluetooth/system/stack/pan/ |
D | pan_int.h | 83 tPAN_ROLE role; 84 tPAN_ROLE active_role; 85 tPAN_ROLE prv_active_role;
|
D | pan_api.cc | 270 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, tPAN_ROLE src_role, in PAN_Connect() 271 tPAN_ROLE dst_role, uint16_t* handle) { in PAN_Connect()
|