Searched refs:GATT_SIGN_CMD_WRITE (Results 1 – 9 of 9) sorted by relevance
/system/bt/stack/test/gatt/ |
D | gatt_sr_test.cc | 265 GATT_SIGN_CMD_WRITE, 0, nullptr, in TEST_F() 272 GATT_SIGN_CMD_WRITE, MAX_UINT16, nullptr, in TEST_F() 280 GATT_SIGN_CMD_WRITE, 0, max_mem, in TEST_F() 291 GATT_SIGN_CMD_WRITE, length, p_data, in TEST_F() 555 tcb_, L2CAP_ATT_CID, GATT_SIGN_CMD_WRITE, default_length_, default_data_); in TEST_F()
|
/system/bt/stack/gatt/ |
D | gatt_sr.cc | 70 if (op_code == GATT_CMD_WRITE || op_code == GATT_SIGN_CMD_WRITE || in gatt_sr_enqueue_cmd() 954 case GATT_SIGN_CMD_WRITE: in gatts_process_write_req() 955 if (op_code == GATT_SIGN_CMD_WRITE) { in gatts_process_write_req() 1118 case GATT_SIGN_CMD_WRITE: in gatts_process_attribute_req() 1136 op_code != GATT_SIGN_CMD_WRITE) in gatts_process_attribute_req() 1303 case GATT_SIGN_CMD_WRITE: /* sign cmd */ in gatts_process_db_out_of_sync() 1343 if (op_code != GATT_CMD_WRITE && op_code != GATT_SIGN_CMD_WRITE && in gatt_server_handle_client_req() 1372 case GATT_SIGN_CMD_WRITE: in gatt_server_handle_client_req()
|
D | gatt_db.cc | 577 if ((op_code == GATT_SIGN_CMD_WRITE) && !(perm & GATT_WRITE_SIGNED_PERM)) { in gatts_write_attr_perm_check() 581 if ((op_code == GATT_SIGN_CMD_WRITE) && in gatts_write_attr_perm_check() 610 else if (perm & GATT_WRITE_SIGNED_PERM && op_code != GATT_SIGN_CMD_WRITE && in gatts_write_attr_perm_check()
|
D | gatt_auth.cc | 63 UINT8_TO_STREAM(p, GATT_SIGN_CMD_WRITE); in gatt_sign_data()
|
D | att_protocol.cc | 561 case GATT_SIGN_CMD_WRITE: in attp_send_cl_msg()
|
D | gatt_cl.cc | 227 uint8_t op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE in gatt_act_write() 1109 if (cmd.op_code == GATT_CMD_WRITE || cmd.op_code == GATT_SIGN_CMD_WRITE) { in gatt_cl_send_next_cmd_inq()
|
D | gatt_main.cc | 826 if (op_code == GATT_SIGN_CMD_WRITE) { in gatt_data_process()
|
D | gatt_utils.cc | 1603 if (op_code == GATT_SIGN_CMD_WRITE) { in gatt_dbg_op_name()
|
/system/bt/stack/include/ |
D | gatt_api.h | 121 GATT_SIGN_CMD_WRITE = 0xD2, enumerator 188 case GATT_SIGN_CMD_WRITE: in gatt_op_code_text()
|