Home
last modified time | relevance | path

Searched defs:op_code (Results 1 – 25 of 32) sorted by relevance

12

/packages/modules/Bluetooth/system/stack/gatt/
Datt_protocol.cc56 static BT_HDR* attp_build_mtu_cmd(uint8_t op_code, uint16_t rx_mtu) { in attp_build_mtu_cmd()
79 static BT_HDR* attp_build_exec_write_cmd(uint8_t op_code, uint8_t flag) { in attp_build_exec_write_cmd()
135 static BT_HDR* attp_build_browse_cmd(uint8_t op_code, uint16_t s_hdl, in attp_build_browse_cmd()
206 static BT_HDR* attp_build_read_multi_cmd(uint8_t op_code, uint16_t payload_size, in attp_build_read_multi_cmd()
236 static BT_HDR* attp_build_handle_cmd(uint8_t op_code, uint16_t handle, in attp_build_handle_cmd()
267 static BT_HDR* attp_build_opcode_cmd(uint8_t op_code) { in attp_build_opcode_cmd()
289 static BT_HDR* attp_build_value_cmd(uint16_t payload_size, uint8_t op_code, in attp_build_value_cmd()
398 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, tGATT_SR_MSG* p_msg, in attp_build_sr_msg()
571 uint8_t op_code, tGATT_CL_MSG* p_msg) { in attp_send_cl_msg()
676 BT_HDR* attp_build_value_cmd(uint16_t payload_size, uint8_t op_code, in attp_build_value_cmd()
Dgatt_sr.cc60 uint32_t gatt_sr_enqueue_cmd(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_sr_enqueue_cmd()
306 uint32_t /* trans_id */, uint8_t op_code, in gatt_sr_process_app_rsp()
366 void gatt_process_exec_write_req(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_process_exec_write_req()
431 void gatt_process_read_multi_req(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_process_read_multi_req()
546 BT_HDR* p_msg, tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_build_primary_service_rsp()
679 static tGATT_STATUS gatts_validate_packet_format(uint8_t op_code, uint16_t& len, in gatts_validate_packet_format()
712 uint8_t op_code, uint16_t len, in gatts_process_primary_service_req()
773 uint8_t op_code, uint16_t len, in gatts_process_find_info()
897 uint8_t op_code, uint16_t len, in gatts_process_read_by_type_req()
976 uint8_t op_code, uint16_t len, in gatts_process_write_req()
[all …]
Dgatt_cl.cc93 uint8_t op_code = disc_type_to_att_opcode[p_clcb->op_subtype]; in gatt_act_discovery() local
155 uint8_t op_code = 0; in gatt_act_read() local
239 uint8_t op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE in gatt_act_write() local
585 uint8_t op_code, uint16_t len, in gatt_process_prep_write_rsp()
636 void gatt_process_notification(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_process_notification()
795 uint8_t op_code, uint16_t len, in gatt_process_read_by_type_rsp()
1210 uint8_t op_code, uint16_t len, in gatt_client_handle_server_rsp()
Dgatt_db.cc277 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_db_read_attr_value_by_type()
475 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_read_attr_value_by_handle()
541 tGATT_STATUS gatts_write_attr_perm_check(tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_write_attr_perm_check()
702 tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, uint16_t handle, in gatts_send_app_read_request()
Dgatt_utils.cc902 uint8_t op_code, uint16_t handle, bool deq) { in gatt_send_error_rsp()
1591 uint8_t op_code, BT_HDR* p_buf) { in gatt_cmd_enq()
1652 uint8_t op_code, uint16_t handle, uint16_t len, in gatt_send_write_msg()
1851 char const* gatt_dbg_op_name(uint8_t op_code) { in gatt_dbg_op_name()
Dgatt_auth.cc103 uint8_t op_code; in gatt_verify_signature() local
Dgatt_int.h209 uint8_t op_code; member
229 uint8_t op_code; member
Dgatt_main.cc1020 uint8_t op_code, pseudo_op_code; in gatt_data_process() local
/packages/modules/Bluetooth/system/gd/hci/
Devent_checkers.h36 OpCode op_code = status_view.GetCommandOpCode(); in check_complete() local
52 OpCode op_code = status_view.GetCommandOpCode(); in check_status() local
Dhci_metrics_logging.cc71 OpCode op_code = command_view->GetOpCode(); in log_link_layer_connection_command() local
271 OpCode op_code = command_view->GetOpCode(); in log_link_layer_connection_command_status() local
483 OpCode op_code = command_complete_view.GetCommandOpCode(); in log_link_layer_connection_command_complete() local
849 OpCode op_code = command_view->GetOpCode(); in log_classic_pairing_command_status() local
1047 OpCode op_code = command_complete_view.GetCommandOpCode(); in log_classic_pairing_command_complete() local
Dhci_layer.cc69 static void abort_after_time_out(OpCode op_code) { in abort_after_time_out()
167 OpCode op_code = response_view.GetCommandOpCode(); in on_command_status() local
187 OpCode op_code = response_view.GetCommandOpCode(); in handle_command_response() local
312 OpCode op_code = cmd_view.GetOpCode(); in send_next_command() local
404 auto op_code = view.GetCommandOpCode(); in on_hci_event() local
415 auto op_code = view.GetCommandOpCode(); in on_hci_event() local
Dle_address_manager.cc637 auto op_code = view.GetCommandOpCode(); in on_command_complete() local
658 auto op_code = view.GetCommandOpCode(); in OnCommandComplete() local
Dhci_layer_fake.cc110 CommandView HciLayerFake::GetCommand(OpCode op_code) { in GetCommand()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dmock_gatt_utils_ref.cc34 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, tGATT_SR_MSG* p_msg, in attp_build_sr_msg()
42 uint8_t op_code, tGATT_CL_MSG* p_msg) { in attp_send_cl_msg()
64 uint32_t gatt_sr_enqueue_cmd(tGATT_TCB& tcb, uint16_t cid, uint8_t op_code, in gatt_sr_enqueue_cmd()
Dstack_gatt_test.cc241 uint8_t op_code, in attp_build_value_cmd_test_with_p_data()
346 static void attp_build_value_cmd_small_payload_size(uint8_t op_code) { in attp_build_value_cmd_small_payload_size()
377 const uint8_t op_code = GATT_RSP_READ_BY_TYPE; in TEST_F() local
Dgatt_sr_test.cc65 BT_HDR* attp_build_sr_msg(tGATT_TCB& tcb, uint8_t op_code, tGATT_SR_MSG* p_msg, in attp_build_sr_msg()
74 uint8_t op_code, tGATT_CL_MSG* p_msg) { in attp_send_cl_msg()
85 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_db_read_attr_value_by_type()
104 tGATT_TCB& tcb, uint16_t cid, tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_read_attr_value_by_handle()
110 tGATT_STATUS gatts_write_attr_perm_check(tGATT_SVC_DB* p_db, uint8_t op_code, in gatts_write_attr_perm_check()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl_test.cc96 hci::OpCode op_code, hci::ErrorCode error_code) { in ReturnCommandComplete()
106 hci::OpCode op_code, hci::ErrorCode error_code) { in ReturnCommandStatus()
Dle_impl_test.cc144 hci::CommandCompleteView ReturnCommandComplete(hci::OpCode op_code, hci::ErrorCode error_code) { in ReturnCommandComplete()
151 hci::CommandStatusView ReturnCommandStatus(hci::OpCode op_code, hci::ErrorCode error_code) { in ReturnCommandStatus()
174 void AddSupported(OpCode op_code) { in AddSupported()
/packages/modules/Bluetooth/system/gd/hal/
Dlink_clocker.cc65 uint16_t op_code = payload[1] | (payload[2] << 8); in OnHciEvent() local
/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc224 void smp_concatenate_local(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_local()
243 void smp_concatenate_peer(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_peer()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_privacy.cc81 uint8_t op_code) { in btm_ble_enq_resolving_list_pending()
/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc197 auto op_code = static_cast<const bluetooth::hci::OpCode>(command_op_code); in transmit_command() local
/packages/modules/Bluetooth/system/profile/avrcp/
Dconnection_handler.cc615 uint16_t op_code = in SendMessage() local
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dcontroller_facade.proto87 uint32 op_code = 1; field
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc1363 #define check_command_(op_code, br_requirement, le_requirement) \ in CheckSupportedCommands() argument

12