Searched refs:cp_handle (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/bta/has/ |
D | has_types.h | 155 if ((cp_handle != GAP_INVALID_HANDLE) && in RefreshSupportedOpcodesBitmask() 175 uint16_t cp_handle = GAP_INVALID_HANDLE; variable 217 cp_handle = GAP_INVALID_HANDLE; in ClearSvcData() 233 (cp_handle != GAP_INVALID_HANDLE); in SupportsPresets()
|
D | has_client.cc | 482 device->conn_id, device->cp_handle, operation.ToCharacteristicValue(), in CpReadAllPresetsOperation() 516 device.conn_id, device.cp_handle, operation.ToCharacteristicValue(), in CpPresetIndexOperationWriteReq() 671 device.conn_id, device.cp_handle, operation.ToCharacteristicValue(), in CpPresetsCycleOperationWriteReq() 724 device.conn_id, device.cp_handle, operation.ToCharacteristicValue(), in CpWritePresetNameOperationWriteReq() 945 SubscribeForNotifications(device.conn_id, device.addr, device.cp_handle, in WriteAllNeededCcc() 1056 } else if (handle == device->cp_handle) { in OnHasNotification() 1570 device.cp_handle); in DeregisterNotifications() 1640 device->cp_handle = charac.value_handle; in CacheAttributeHandles() 1703 if (device->cp_handle != GAP_INVALID_HANDLE) { in StartInitialHasDetailsReadAndValidation() 1741 device->cp_handle, device->cp_ccc_handle, in StartInitialHasDetailsReadAndValidation()
|