Atom: Add more Bluetooth atoms
* BluetoothHciTimeoutReported is logged when Bluetooth controller failed to respond to an HCI command in time * BluetoothQualityReportReported is logged when Bluetooth controller sends a link quality report event to Android host due to bad link quality * BluetoothManufacturerInfoReported is logged when we learn about manufactuer defined metadata for a device such as manufactuer name model number, software version, and hardware version * BluetoothRemoteVersionInfoReported is logged when we learn about the manufactuer and Bluetooth version of remote Bluetooth controller and stack * BluetoothSdpAttributeReported is logged when we learn about services provided by the remote device and their metdata such as protocol version and feature bitmask. Only profiles that use 16-bit UUIDs are logged * BluetoothBondStateChanged is logged when Bluetooth bonding state is changed a a macro level such as none -> bonding, bonding -> bonded, and user interaction events such as passkey confirmation * BluetoothClassicPairingEventReported is logged from native layer when Bluetooth classic pairing state changed due to HCI command or events. This is a more verbose level logging compared to BluetoothBondStateChanged * BluetoothSmpPairingEventReported is logged from native layer when Bluetooth Security Manager Protocol based pairing state changed due to SMP command sent or received. Pairing failure reason code is also logged as a pre-defined enum Bug: 112969790 Test: test drive with statsd Change-Id: I94d1530758f79ce6d5f119426b1379c76517afec
Loading
Please register or sign in to comment