OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_attr_byte_count
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/cros/bluetooth/
bluetooth_tester.py
171
def service_attribute_request(self, handle,
max_attr_byte_count
, attr_ids,
177
@param
max_attr_byte_count
: maximum number of bytes of attribute data to
191
handle,
max_attr_byte_count
, attr_ids, forced_pdu_size,
196
def service_search_attribute_request(self, uuids,
max_attr_byte_count
,
203
@param
max_attr_byte_count
: maximum number of bytes of attribute data to
219
uuids,
max_attr_byte_count
, attr_ids, preferred_size,
/external/autotest/client/common_lib/cros/bluetooth/
bluetooth_sdp_socket.py
456
def service_attribute_request(self, handle,
max_attr_byte_count
, attr_ids,
462
@param
max_attr_byte_count
: maximum number of bytes of attribute data to
476
if
max_attr_byte_count
< 7 or
max_attr_byte_count
> 65535:
481
struct.pack('>H',
max_attr_byte_count
) +
500
if response_byte_count >
max_attr_byte_count
:
518
def service_search_attribute_request(self, uuids,
max_attr_byte_count
,
525
@param
max_attr_byte_count
: maximum number of bytes of attribute data to
544
if
max_attr_byte_count
< 7 or
max_attr_byte_count
> 65535
[
all
...]
/external/autotest/client/cros/bluetooth/
bluetooth_tester_xmlrpc_server.py
357
def service_attribute_request(self, handle,
max_attr_byte_count
, attr_ids,
363
@param
max_attr_byte_count
: maximum number of bytes of attribute data to
377
handle,
max_attr_byte_count
, attr_ids, forced_pdu_size,
382
def service_search_attribute_request(self, uuids,
max_attr_byte_count
,
389
@param
max_attr_byte_count
: maximum number of bytes of attribute data to
405
uuids,
max_attr_byte_count
, attr_ids, preferred_size,
Completed in 2048 milliseconds