Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_pan_api.h42 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()
Dmock_stack_pan_api.cc56 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/
Dpan_api.h58 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/
Dpan_int.h83 tPAN_ROLE role;
84 tPAN_ROLE active_role;
85 tPAN_ROLE prv_active_role;
Dpan_api.cc270 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()