Home
last modified time | relevance | path

Searched refs:enc_error_resp (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/src/
Dattrib-server.c301 return enc_error_resp(ATT_OP_READ_BY_GROUP_REQ, start, in read_by_group()
311 return enc_error_resp(ATT_OP_READ_BY_GROUP_REQ, 0x0000, in read_by_group()
356 return enc_error_resp(ATT_OP_READ_BY_GROUP_REQ, in read_by_group()
374 return enc_error_resp(ATT_OP_READ_BY_GROUP_REQ, start, in read_by_group()
420 return enc_error_resp(ATT_OP_READ_BY_TYPE_REQ, start, in read_by_type()
449 return enc_error_resp(ATT_OP_READ_BY_TYPE_REQ, in read_by_type()
463 return enc_error_resp(ATT_OP_READ_BY_TYPE_REQ, start, in read_by_type()
504 return enc_error_resp(ATT_OP_FIND_INFO_REQ, start, in find_info()
529 return enc_error_resp(ATT_OP_FIND_INFO_REQ, start, in find_info()
575 return enc_error_resp(ATT_OP_FIND_BY_TYPE_REQ, start, in find_by_type()
[all …]
/external/bluetooth/bluez/attrib/
Datt.h292 uint16_t enc_error_resp(uint8_t opcode, uint16_t handle, uint8_t status,
Datt.c698 uint16_t enc_error_resp(uint8_t opcode, uint16_t handle, uint8_t status, in enc_error_resp() function