Home
last modified time | relevance | path

Searched defs:Characteristic (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_bluetooth/public/pw_bluetooth/gatt/
Dtypes.h124 struct Characteristic { struct
134 // values from `CharacteristicPropertyBits` above. argument
135 CharacteristicPropertyBits properties; argument
147 struct Characteristic2 { argument
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dtypes.cc22 Characteristic::Characteristic( in Characteristic() function in bt::gatt::Characteristic
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/
Dtypes.h27 class Characteristic; variable
/external/python/bumble/bumble/
Dgatt.py346 characteristics: List[Characteristic],
396 characteristics: List[Characteristic],
430 class Characteristic(Attribute): class
528 def __init__(self, characteristic: Characteristic, value_handle: int) -> None:
573 def __init__(self, characteristic: Union[Characteristic, AttributeProxy]):
Dgatt_server.py308 self, connection: Optional[Connection], characteristic: Characteristic
323 characteristic: Characteristic,
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
DCOFFMasmParser.cpp324 unsigned Characteristic = in ParseDirectiveSegment() local