Lines Matching refs:attribute_handle
89 .attribute_handle = incl_svc.handle()}); in AddService()
303 << " first handle: " << svc[0].attribute_handle in ServiceAddedCallback()
307 Service service(svc[0].attribute_handle, true, Uuid(svc[0].uuid), {}, {}); in ServiceAddedCallback()
312 << " handle: " << curr.attribute_handle; in ServiceAddedCallback()
314 service.characteristics().push_back({curr.attribute_handle, in ServiceAddedCallback()
321 {curr.attribute_handle, Uuid(curr.uuid), curr.permissions}); in ServiceAddedCallback()
339 const RawAddress& bda, int attribute_handle, int offset, bool is_long) { in RequestReadCharacteristicCallback() argument
351 << " attribute_handle: " << attribute_handle << " offset: " << offset in RequestReadCharacteristicCallback()
354 conn->request_id_to_handle[trans_id] = attribute_handle; in RequestReadCharacteristicCallback()
368 is_long, attribute_handle); in RequestReadCharacteristicCallback()
372 const RawAddress& bda, int attribute_handle, int offset, bool is_long) { in RequestReadDescriptorCallback() argument
384 << " attribute_handle: " << attribute_handle << " offset: " << offset in RequestReadDescriptorCallback()
387 conn->request_id_to_handle[trans_id] = attribute_handle; in RequestReadDescriptorCallback()
401 is_long, attribute_handle); in RequestReadDescriptorCallback()