Home
last modified time | relevance | path

Searched refs:GATT_SIGN_CMD_WRITE (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/gatt/
Dgatt_sr.cc57 if (op_code == GATT_CMD_WRITE || op_code == GATT_SIGN_CMD_WRITE || in gatt_sr_enqueue_cmd()
889 case GATT_SIGN_CMD_WRITE: in gatts_process_write_req()
890 if (op_code == GATT_SIGN_CMD_WRITE) { in gatts_process_write_req()
1049 case GATT_SIGN_CMD_WRITE: in gatts_process_attribute_req()
1067 op_code != GATT_SIGN_CMD_WRITE) in gatts_process_attribute_req()
1194 if (op_code != GATT_CMD_WRITE && op_code != GATT_SIGN_CMD_WRITE && in gatt_server_handle_client_req()
1220 case GATT_SIGN_CMD_WRITE: in gatt_server_handle_client_req()
Dgatt_db.cc549 if ((op_code == GATT_SIGN_CMD_WRITE) && !(perm & GATT_WRITE_SIGNED_PERM)) { in gatts_write_attr_perm_check()
553 if ((op_code == GATT_SIGN_CMD_WRITE) && in gatts_write_attr_perm_check()
582 else if (perm & GATT_WRITE_SIGNED_PERM && op_code != GATT_SIGN_CMD_WRITE && in gatts_write_attr_perm_check()
Dgatt_auth.cc60 UINT8_TO_STREAM(p, GATT_SIGN_CMD_WRITE); in gatt_sign_data()
Datt_protocol.cc502 case GATT_SIGN_CMD_WRITE: in attp_send_cl_msg()
Dgatt_cl.cc219 uint8_t op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE in gatt_act_write()
1048 if (cmd.op_code == GATT_CMD_WRITE || cmd.op_code == GATT_SIGN_CMD_WRITE) { in gatt_cl_send_next_cmd_inq()
Dgatt_main.cc874 if (op_code == GATT_SIGN_CMD_WRITE) { in gatt_data_process()
Dgatt_utils.cc1305 if (op_code == GATT_SIGN_CMD_WRITE) { in gatt_dbg_op_name()
/system/bt/stack/include/
Dgatt_api.h109 #define GATT_SIGN_CMD_WRITE 0xD2 macro