Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 8 of 8) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth_standard/ipc/src/
Dbluetooth_ble_advertise_callback_stub.cpp72 const int32_t opcode = static_cast<int32_t>(data.ReadInt32()); in OnStartResultEventInner() local
Dbluetooth_ble_advertise_callback_proxy.cpp28 …othBleAdvertiseCallbackProxy::OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) in OnStartResultEvent()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/att/
Datt_common.c1217 uint8_t opcode = 0; in AttRecvDataAsync() local
1293 uint8_t opcode = 0; in AttRecvLeDataAsync() local
1364 static recvDataFunction GetFunction(uint8_t opcode) in GetFunction()
1634 void AttErrorCode(const AttConnectInfo *connect, uint8_t opcode) in AttErrorCode()
/foundation/communication/bluetooth/services/bluetooth_standard/server/src/
Dbluetooth_ble_advertiser_server.cpp31 void OnStartResultEvent(int result, uint8_t advHandle, int opcode) override in OnStartResultEvent()
/foundation/communication/bluetooth/interfaces/innerkits/native_cpp/framework/src/
Dbluetooth_ble_advertiser.cpp40 void OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) override in OnStartResultEvent()
/foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/native_rdb/src/
Dsqlite_connection.cpp198 int opcode = 1; in SetPersistWal() local
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/btm/
Dbtm_snoop_filter_acl.c868 const uint8_t *opcode = (*data + offset); in L2capDataFilterUseAtt() local
902 const uint8_t *opcode = (*data + offset); in L2capDataFilterUseSmp() local
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/obex/
Dobex_headers.cpp270 std::unique_ptr<ObexHeader> ObexHeader::CreateRequest(ObexOpeId opcode) in CreateRequest()
1394 void ObexSessionParameters::AppendSessionOpcode(const SessionOpcode opcode) in AppendSessionOpcode()