Lines Matching refs:attribute_handle
91 .attribute_handle = incl_svc.handle()}); in AddService()
305 << " first handle: " << svc[0].attribute_handle in ServiceAddedCallback()
309 Service service(svc[0].attribute_handle, true, Uuid(svc[0].uuid), {}, {}); in ServiceAddedCallback()
314 << " handle: " << curr.attribute_handle; in ServiceAddedCallback()
316 service.characteristics().push_back({curr.attribute_handle, in ServiceAddedCallback()
323 {curr.attribute_handle, Uuid(curr.uuid), curr.permissions}); in ServiceAddedCallback()
341 const RawAddress& bda, int attribute_handle, int offset, bool is_long) { in RequestReadCharacteristicCallback() argument
353 << " attribute_handle: " << attribute_handle << " offset: " << offset in RequestReadCharacteristicCallback()
356 conn->request_id_to_handle[trans_id] = attribute_handle; in RequestReadCharacteristicCallback()
370 is_long, attribute_handle); in RequestReadCharacteristicCallback()
374 const RawAddress& bda, int attribute_handle, int offset, bool is_long) { in RequestReadDescriptorCallback() argument
386 << " attribute_handle: " << attribute_handle << " offset: " << offset in RequestReadDescriptorCallback()
389 conn->request_id_to_handle[trans_id] = attribute_handle; in RequestReadDescriptorCallback()
403 is_long, attribute_handle); in RequestReadDescriptorCallback()