Searched refs:tPAN_RESULT (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/stack/include/ |
D | pan_api.h | 100 } tPAN_RESULT; typedef 102 inline const std::string pan_result_text(const tPAN_RESULT& result) { in pan_result_text() 139 tPAN_RESULT state, bool is_role_change, 183 typedef void(tPAN_TX_DATA_FLOW_CB)(uint16_t handle, tPAN_RESULT event); 199 tPAN_RESULT result, uint16_t num_filters, 215 tPAN_RESULT result, uint16_t num_mfilters, 292 tPAN_RESULT PAN_SetRole(uint8_t role, std::string user_name, 317 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, tPAN_ROLE src_role, 333 tPAN_RESULT PAN_Disconnect(uint16_t handle); 358 tPAN_RESULT PAN_Write(uint16_t handle, const RawAddress& dst, [all …]
|
/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, 47 tPAN_RESULT operator()(const RawAddress& rem_bda, tPAN_ROLE src_role, in operator() 57 std::function<tPAN_RESULT(uint16_t handle)> body{ 59 tPAN_RESULT operator()(uint16_t handle) { return body(handle); }; in operator() 66 std::function<tPAN_RESULT(uint16_t handle, uint16_t num_mcast_filters, 71 tPAN_RESULT operator()(uint16_t handle, uint16_t num_mcast_filters, in operator() 81 std::function<tPAN_RESULT(uint16_t handle, uint16_t num_filters, 86 tPAN_RESULT operator()(uint16_t handle, uint16_t num_filters, in operator() 96 std::function<tPAN_RESULT(uint8_t role, std::string p_user_name, 100 tPAN_RESULT operator()(uint8_t role, std::string p_user_name, in operator() [all …]
|
D | mock_stack_pan_api.cc | 56 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, tPAN_ROLE src_role, in PAN_Connect() 62 tPAN_RESULT PAN_Disconnect(uint16_t handle) { in PAN_Disconnect() 66 tPAN_RESULT PAN_SetMulticastFilters(uint16_t handle, uint16_t num_mcast_filters, in PAN_SetMulticastFilters() 73 tPAN_RESULT PAN_SetProtocolFilters(uint16_t handle, uint16_t num_filters, in PAN_SetProtocolFilters() 80 tPAN_RESULT PAN_SetRole(uint8_t role, std::string p_user_name, in PAN_SetRole() 85 tPAN_RESULT PAN_Write(uint16_t handle, const RawAddress& dst, in PAN_Write() 92 tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst, in PAN_WriteBuf()
|
/packages/modules/Bluetooth/system/stack/pan/ |
D | pan_api.cc | 141 tPAN_RESULT PAN_SetRole(uint8_t role, std::string p_user_name, in PAN_SetRole() 270 tPAN_RESULT PAN_Connect(const RawAddress& rem_bda, tPAN_ROLE src_role, in PAN_Connect() 366 return (tPAN_RESULT)ret; in PAN_Connect() 390 tPAN_RESULT PAN_Disconnect(uint16_t handle) { in PAN_Disconnect() 443 tPAN_RESULT PAN_Write(uint16_t handle, const RawAddress& dst, in PAN_Write() 496 tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst, in PAN_WriteBuf() 540 return (tPAN_RESULT)result; in PAN_WriteBuf() 543 return (tPAN_RESULT)result; in PAN_WriteBuf() 577 return (tPAN_RESULT)result; in PAN_WriteBuf() 604 tPAN_RESULT PAN_SetProtocolFilters(uint16_t handle, uint16_t num_filters, in PAN_SetProtocolFilters() [all …]
|
D | pan_main.cc | 303 (tPAN_RESULT)result, is_role_change, in pan_connect_state_cb() 490 (*pan_cb.pan_tx_data_flow_cb)(handle, (tPAN_RESULT)result); in pan_tx_data_flow_cb() 525 (*pan_cb.pan_pfilt_ind_cb)(handle, indication, (tPAN_RESULT)result, in pan_proto_filt_ind_cb() 559 (*pan_cb.pan_mfilt_ind_cb)(handle, indication, (tPAN_RESULT)result, in pan_mcast_filt_ind_cb()
|
/packages/modules/Bluetooth/system/bta/pan/ |
D | bta_pan_act.cc | 94 tPAN_RESULT state, bool is_role_change, in bta_pan_conn_state_cback() 145 static void bta_pan_data_flow_cb(uint16_t handle, tPAN_RESULT result) { in bta_pan_data_flow_cb() 218 tPAN_RESULT result, uint16_t num_filters, in bta_pan_pfilt_ind_cback() 236 tPAN_RESULT result, uint16_t num_mfilters, in bta_pan_mfilt_ind_cback() 329 tPAN_RESULT status = PAN_SetRole(p_data->api_set_role.role, in bta_pan_set_role() 409 tPAN_RESULT status; in bta_pan_open()
|
D | bta_pan_int.h | 103 tPAN_RESULT result;
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_pan_test.cc | 160 std::string nap_name) -> tPAN_RESULT { in TEST_F() 210 std::string nap_name) -> tPAN_RESULT { in TEST_F()
|